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:09:07 +0000 (22:09 -0400)
commit51c05e35ff1379fb3f5e3eef0a12665cf2c35f81
treea123f2cd4a7c9f5ad728f9f577f47b9c328138db
parent019331433d0db223ddd7a201d92e0bdf306441aa
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