MantisBT: master c0a2944f

Author Committer Branch Timestamp Parent
dhx dhx master 2010-11-19 22:18 master 4fc1d8b8
Affected Issues  0012545: Output XHTML strict so browsers can validate the output of MantisBT
Changeset

Fix 0012545: Don't use ampersands directly in href attributes

Well formed XHTML doesn't allow the use of ampersands in attributes. We
must therefore use & instead of &.

mod - roadmap_page.php Diff File
mod - core/print_api.php Diff File
mod - bug_relationship_graph.php Diff File
mod - core/filter_api.php Diff File
mod - admin/check/index.php Diff File