aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-09-26 20:17:15 +0000
committerrvelices <rv-github@modusoptimus.com>2014-09-26 20:17:15 +0000
commit946a1c7017564ee2b3d8b3851dd44a865af4e693 (patch)
tree1f7e1ebeb4f43f81ef602b1368caa0bc0ab75ecf /index.php
parent4f41b2e9ae31d1394122f597a7ff55e189baf0f5 (diff)
bug 3148: quick search Merged -r29804 from trunk to branch 2.7
git-svn-id: http://piwigo.org/svn/branches/2.7@29805 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'));
}
}