aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-09-26 20:15:53 +0000
committerrvelices <rv-github@modusoptimus.com>2014-09-26 20:15:53 +0000
commitb3a6125892df5989ee3c9ff8fa930a6e1d91854c (patch)
treef2b5d1e730d32673c023e4da67763e3c6b02758b /index.php
parentba160199ae0512f6c55c78c1e91c871834c4572e (diff)
git-svn-id: http://piwigo.org/svn/trunk@29804 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 53c2b906d..1f524ed17 100644
--- a/index.php
+++ b/index.php
@@ -245,7 +245,7 @@ if ( empty($page['is_external']) or !$page['is_external'] )
}
elseif (!empty($page['qsearch_details']['unmatched_terms']))
{
- $template->assign( 'no_search_results', $page['qsearch_details']['unmatched_terms']);
+ $template->assign( 'no_search_results', array_map($page['qsearch_details']['unmatched_terms'], 'htmlspecialchars'));
}
}