Templates XHTML compliance fixes
authorElisamuel Resto <ryuji@sourcemage.org>
Sat, 14 Jun 2008 02:29:08 +0000 (22:29 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 16 Jun 2008 02:10:50 +0000 (22:10 -0400)
commit1099404013353fab50ea2190f88f5843f283f21a
treeb2149b2eb98c46135de6c43b6a13e5c560260049
parent5e0c12843da93e42528882aaf36cb712712c389a
Templates XHTML compliance fixes

Nearly all modified templates had a issue of:
 - no xmlns tag inside of the html tag
 - no type tag inside the stylesheet link rel's
 - no /> for some form elements

bugfield_input_text was missing a ending > for maxlength that made the output
visually break, and push everything onto one column, also making validation fail.

There are other validation warnings, such as for empty options in select fields
among others, but those are non-offensive, thus they don't exactly need attention.

Signed-off-by: Elisamuel Resto <ryuji@sourcemage.org>
26 files changed:
templates/bugfield_input_text.tpl
templates/editattach.tpl
templates/editcomment.tpl
templates/explain_automation.tpl
templates/explain_product.tpl
templates/favorites.tpl
templates/headinclude.tpl
templates/help_window.tpl
templates/history.tpl
templates/login.tpl
templates/lostpassword.tpl
templates/newattach.tpl
templates/newreport.tpl
templates/passwordreset.tpl
templates/quicksearch.tpl
templates/register.tpl
templates/search.tpl
templates/search_results.tpl
templates/search_save.tpl
templates/search_update.tpl
templates/showreport.tpl
templates/std_error.tpl
templates/std_message.tpl
templates/std_redirect.tpl
templates/trackerhome.tpl
templates/userctrl.tpl