From: jerome Date: Fri, 2 May 2008 05:15:26 +0000 (+0000) Subject: MDL-12864 fix bad XHTML for messaging tabs, merged from 19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=04b687e8246246e6444fc89265d2f80227b25ab9;p=moodle.git MDL-12864 fix bad XHTML for messaging tabs, merged from 19 --- diff --git a/message/index.php b/message/index.php index 53c4511ac3..70c43c16e5 100644 --- a/message/index.php +++ b/message/index.php @@ -57,7 +57,7 @@ print_header(get_string('messages', 'message').' - '.format_string($SITE->fullname)); } - echo ''; + echo '
'; echo ''; /// Print out the tabs @@ -70,8 +70,8 @@ $tabrow[] = new tabobject('settings', $CFG->wwwroot.'/message/index.php?tab=settings', get_string('settings', 'message')); $tabrows = array($tabrow); - - print_tabs($tabrows, $tab); + + print_tabs($tabrows, $tab); echo ''; diff --git a/message/lib.php b/message/lib.php index b7278239b4..b36a6526d9 100644 --- a/message/lib.php +++ b/message/lib.php @@ -102,7 +102,7 @@ function message_print_contacts() { echo ''; } - echo '
'; + echo '
'; if($countonlinecontacts) { /// print out list of online contacts @@ -160,7 +160,7 @@ function message_print_contacts() { document.write("'.$autorefresh.'") //]]> '; - echo '
+
diff --git a/message/settings.html b/message/settings.html index 1c0ddcec9b..78974203ff 100644 --- a/message/settings.html +++ b/message/settings.html @@ -1,8 +1,8 @@ - +
-
+
/>