[-] FO: some W3C errors corrected

This commit is contained in:
sLorenzini
2013-06-07 16:30:45 +02:00
parent 90530a10f4
commit 06af6bdfb5
3 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ class Blocktopmenu extends Module
if (!empty($is_intersected))
{
$this->_menu .= '<li '.$selected.'>';
$this->_menu .= '<a href="'.$category_link.'">'.$category->name.'</a>';
$this->_menu .= '<a href="'.htmlentities($category_link).'">'.$category->name.'</a>';
if (count($children))
{