[-] 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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user