Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
From 1099404013353fab50ea2190f88f5843f283f21a Mon Sep 17 00:00:00 2001
From: Elisamuel Resto
Date: Fri, 13 Jun 2008 22:29:08 -0400
Subject: [PATCH] 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
---
templates/bugfield_input_text.tpl | 2 +-
templates/editattach.tpl | 8 ++--
templates/editcomment.tpl | 8 ++--
templates/explain_automation.tpl | 2 +-
templates/explain_product.tpl | 2 +-
templates/favorites.tpl | 2 +-
templates/headinclude.tpl | 2 +-
templates/help_window.tpl | 6 +--
templates/history.tpl | 2 +-
templates/login.tpl | 8 ++--
templates/lostpassword.tpl | 8 ++--
templates/newattach.tpl | 10 ++---
templates/newreport.tpl | 36 +++++++++---------
templates/passwordreset.tpl | 8 ++--
templates/quicksearch.tpl | 12 +++---
templates/register.tpl | 8 ++--
templates/search.tpl | 48 ++++++++++++------------
templates/search_results.tpl | 2 +-
templates/search_save.tpl | 12 +++---
templates/search_update.tpl | 30 +++++++--------
templates/showreport.tpl | 58 ++++++++++++++---------------
templates/std_error.tpl | 6 +--
templates/std_message.tpl | 12 +++---
templates/std_redirect.tpl | 10 ++---
templates/trackerhome.tpl | 2 +-
templates/userctrl.tpl | 78 +++++++++++++++++++--------------------
26 files changed, 191 insertions(+), 191 deletions(-)
diff --git a/templates/bugfield_input_text.tpl b/templates/bugfield_input_text.tpl
index b321b1e..576fc8f 100644
--- a/templates/bugfield_input_text.tpl
+++ b/templates/bugfield_input_text.tpl
@@ -1,6 +1,6 @@
diff --git a/templates/editattach.tpl b/templates/editattach.tpl
index 06b9af5..bfffd9e 100644
--- a/templates/editattach.tpl
+++ b/templates/editattach.tpl
@@ -1,8 +1,8 @@
$doctype
-
+
$headinclude
-
+
$attachment[filename] - $bug[summary]
@@ -19,11 +19,11 @@ $header