summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 7697a775f..24df32228 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -1237,7 +1237,8 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
}
if ($names) {
- drupal_set_title($title = implode(', ', $names));
+ $title = check_plain(implode(', ', $names));
+ drupal_set_title($title);
switch ($op) {
case 'page':