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

This commit is contained in:
tDidierjean
2012-03-30 14:50:33 +00:00
parent 472b22e18f
commit 718e907d5e
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))