MantisBT: master 4fc1d8b8

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

Issue 0012545: Enforce XHTML strict output for all pages served

We should be using XHTML strict for the pages served up by MantisBT so
that browsers can quickly ensure that the MantisBT pages are valid/don't
contain errors.

This will require quite a fair bit of trial and error testing from the
developer end to ensure that the XHTML markup is valid on all pages.

Note: this WILL cause breakages - it's meant to. This is the only way to
really discover errors in the output we're sending to clients. Plugins
are affected too and need to be sending XHTML strict output as well.

mod - core/http_api.php Diff File
mod - core/html_api.php Diff File