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
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Fixed in r1610
Actions