2012-01-27, 06:51:18
n00dles101 Wrote:htmlspecialchars(cl($page['title']))
- For the title attribute, another possible fix:
Code:
str_replace('"','"',cl($page['title']))
- For the menu text it should be:
Code:
strip_decode($page['menu'])