MantisBT: master 97611506

Author Committer Branch Timestamp Parent
dhx dhx master 2010-11-20 00:11 master c75e5d3b
Affected Issues  0012545: Output XHTML strict so browsers can validate the output of MantisBT
Changeset

Fix 0012545: Escape RSS URL before outputting it to XHTML

main_page.php sets an RSS URL via a <link> tag to link to the RSS feed
of the latest news. The RSS URL should be escaped prior to being
inserted into the XHTML output so that the output remains well formed.

mod - core/html_api.php Diff File