diff options
Diffstat (limited to 'search_rules.php')
-rw-r--r-- | search_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search_rules.php b/search_rules.php index 371262d44..34854d2e0 100644 --- a/search_rules.php +++ b/search_rules.php @@ -107,7 +107,7 @@ if (isset($search['fields']['author'])) 'search_words', l10n( 'author(s) : %s', - join(', ', $search['fields']['author']['words']) + join(', ', array_map('strip_tags', $search['fields']['author']['words'])) ) ); } |