2012-01-26, 01:32:13
OK I think I have this sorted now.
I've setup a page title with
By using
When displaying the menu title all seems to be fine.
Check out here: http://gs.digimute.com
Is this what we expect? removing all HTML code and encoding quotes ??
I've setup a page title with
Code:
Welcome to GetSimple! "test" 'test' <b>test2</b> \test /test
By using
Code:
htmlspecialchars(cl($page['title']))
When displaying the menu title all seems to be fine.
Check out here: http://gs.digimute.com
Is this what we expect? removing all HTML code and encoding quotes ??