/admin/controller/information.php on lines 45 and 85:
Code: Select all
$database->query($database->parse($sql, $insert_id, $key, html_entity_decode($value['title']), html_entity_decode($value['description'])));
....
$database->query($database->parse($sql, $request->get('information_id'), $key, html_entity_decode($value['title']), html_entity_decode($value['description'])));
/catalog/controller/information.php on lines 17 and 19:
Code: Select all
$template->set('title', htmlentities($information_info['title']));
...
$view->set('heading_title', htmlentities($information_info['title']));
See http://code.google.com/p/open-cart/issues/detail?id=101 for more details.