Ignore:
Timestamp:
Jan 17, 2014, 1:50:14 PM (10 years ago)
Author:
plg
Message:

bug 3020 and bug 3021 fixed: additionnal checks in search inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search_rules.php

    r26461 r26825  
    108108      l10n(
    109109        'author(s) : %s',
    110         join(', ', $search['fields']['author']['words'])
     110        join(', ', array_map('strip_tags', $search['fields']['author']['words']))
    111111        )
    112112      );
Note: See TracChangeset for help on using the changeset viewer.