XHTML fixes
[squirrelmail.git] / src / right_main.php
index ac40bf2a7deafa0e4989d43034c49c73a9776f73..5ce2ba2f04354ab19250b5447007f0f24088ee55 100644 (file)
@@ -204,7 +204,7 @@ if (isset($mail_sent) && $mail_sent == 'yes') {
     $note = _("Your Message has been sent.");
 }
 if (isset($note)) {
-    echo html_tag( 'div', '<b>' . $note .'</b>', 'center' ) . "<br>\n";
+    echo html_tag( 'div', '<b>' . $note .'</b>', 'center' ) . "<br />\n";
 }
 
 if ( sqgetGlobalVar('just_logged_in', $just_logged_in, SQ_SESSION) ) {
@@ -231,7 +231,7 @@ if ($aMailbox['EXISTS'] > 0) {
     showMessagesForMailbox($imapConnection,$aMailbox);
 } else {
     $string = '<b>' . _("THIS FOLDER IS EMPTY") . '</b>';
-    echo '    <table width="100%" cellpadding="1" cellspacing="0" align="center"'.' border="0" bgcolor="'.$color[9].'">';
+    echo '    <table width="100%" cellpadding="1" cellspacing="0" align="center" border="0" bgcolor="'.$color[9].'">';
     echo '     <tr><td>';
     echo '       <table width="100%" cellpadding="0" cellspacing="0" align="center" border="0" bgcolor="'.$color[4].'">';
     echo '        <tr><td><br />';
@@ -252,4 +252,4 @@ echo '</body></html>';
 $mailbox_cache[$aMailbox['NAME']] = $aMailbox;
 sqsession_register($mailbox_cache,'mailbox_cache');
 
-?>
+?>
\ No newline at end of file