bug 3056: quick search - fix warning; better management of variants and short words

git-svn-id: http://piwigo.org/svn/trunk@28128 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2014-04-08 20:45:48 +00:00
commit 3ab9ee5b47
2 changed files with 51 additions and 43 deletions

View file

@ -246,7 +246,7 @@ if ( empty($page['is_external']) or !$page['is_external'] )
if (empty($page['items']))
{
$template->append( 'no_search_results', $page['qsearch_details']['q']);
$template->append( 'no_search_results', htmlspecialchars($page['qsearch_details']['q']));
}
elseif (!empty($page['qsearch_details']['unmatched_terms']))
{