From c138da976636731f18482563e3c285043931ab6f Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Tue, 27 Jun 2006 16:54:22 +0000 Subject: [PATCH] Html attributes and values are lowercase to be forward compatible with xhtml --- addcomment.php | 14 +++++++------- admin/adminUsers.php | 6 +++--- deletecomment.php | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/addcomment.php b/addcomment.php index ba14e30..7b229c5 100644 --- a/addcomment.php +++ b/addcomment.php @@ -70,7 +70,7 @@ else } } - echo "
\n"; + echo "\n"; echo html_frame_start($mesTitle,500,"",0); @@ -81,19 +81,19 @@ else echo "   \n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; echo html_frame_end(); - echo "\n"; - echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; if (!empty($aClean['thread'])) { - echo "\n"; + echo "\n"; } echo "
"; } diff --git a/admin/adminUsers.php b/admin/adminUsers.php index 14dbf49..89bc010 100644 --- a/admin/adminUsers.php +++ b/admin/adminUsers.php @@ -33,7 +33,7 @@ if($aClean['action'] == "delete" && is_numeric($aClean['userId'])) // search form echo html_frame_start("Users Management","400","",0) ?> -
+ @@ -52,7 +52,7 @@ echo html_frame_start("Users Management","400","",0) - +
Pattern
Order by - @@ -60,7 +60,7 @@ echo html_frame_start("Users Management","400","",0)
diff --git a/deletecomment.php b/deletecomment.php index ca59d3d..f035298 100644 --- a/deletecomment.php +++ b/deletecomment.php @@ -33,7 +33,7 @@ if($_SESSION['current']->getPref("confirm_comment_deletion") != "no" && !isset($ { apidb_header("Delete Comment"); $mesTitle = "Please state why you are deleting the following comment"; - echo "
\n"; + echo "\n"; echo html_frame_start($mesTitle,500,"",0); echo "
"; echo html_frame_start($oComment->sSubject,500); @@ -42,11 +42,11 @@ if($_SESSION['current']->getPref("confirm_comment_deletion") != "no" && !isset($ echo '',"\n"; echo "\n"; echo "\n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo html_frame_end(); - echo "\n"; + echo "\n"; echo "iCommentId."\" />"; echo "
";