[-] BO : fix #PSTEST-1117 - bad handling of UTF8 strings in templates

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14389 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-30 14:50:33 +00:00
parent 33caf31dc3
commit 89da7550b5
18 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class AdminSearchControllerCore extends AdminController
public function renderView()
{
$this->tpl_view_vars['query'] = $this->query;
$this->tpl_view_vars['query'] = Tools::safeOutput($this->query);
$this->tpl_view_vars['show_toolbar'] = true;
if (count($this->errors))