MantisBT: master 33043bc4

Author Committer Branch Timestamp Parent
dhx dhx master 2010-11-19 23:05 master cb44a76e
Affected Issues  0012545: Output XHTML strict so browsers can validate the output of MantisBT
Changeset

Fix 0012545: Refactor print_timezone_option_list()

This function was not producing well formed XHTML due to missing closing
tags on the <optgroup> elements. It was also neglecting to send line
breaks and tabs to the output engine for each option printed, causing
very long lines to appear in the XHTML output. Shorter lines are easier
to read through and debug.

mod - account_prefs_inc.php Diff File
mod - core/print_api.php Diff File