mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user