Browse Source

add xss filter to the title

pull/420/head
yqjiang 11 years ago
parent
commit
8d7a449645
  1. 2
      islandora.module

2
islandora.module

@ -993,7 +993,7 @@ function islandora_drupal_title(AbstractObject $object) {
module_load_include('inc', 'islandora', 'includes/breadcrumb');
drupal_set_breadcrumb(islandora_get_breadcrumbs($object));
return $object->label;
return filter_xss($object->label);
}
/**

Loading…
Cancel
Save