summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/taxonomy/taxonomy.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index 4b65472ef..0d731ca94 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -121,7 +121,7 @@ function taxonomy_autocomplete($field_name, $tags_typed = '') {
$n = '"' . str_replace('"', '""', $name) . '"';
}
else {
- $term_matches[$prefix . $n] = filter_xss($name);
+ $term_matches[$prefix . $n] = check_plain($name);
}
}
}