Actions
Bug #2390
closedsetPageTitle should not be htmlspecialchared
Description
$_CB_framework->setPageTitle should not be htmlspecialchared, but $_CB_framework->appendPathWay should be (correctly done)
e.g.
_CB_framework->appendPathWay( htmlspecialchars( $category->name ), $category_url );
is correct
Actions