MantisBT: master 55ec936b

Author Committer Branch Timestamp Parent
Kirill Krasnov dhx master 2010-05-13 03:16 master dd284661
Affected Issues  0011927: html_status_legend has code paths that forget to print closing table tags
Changeset

Fix 0011927: html_status_legend has code paths that return invalid HTML

The html_status_legend function in html_api.php first prints opening table tags such as <table>. There are then code paths within the function that return without adding the closing </table> etc tags to the table. This causes rendering problems in browsers as the output HTML can be invalid.

Signed-off-by: David Hicks hickseydr@optusnet.com.au

mod - core/html_api.php Diff File