Fix
[squirrelmail.git] / functions / page_header.php
index 7ea711d077d104ddff771755a0e8eeb39ea8e5f2..3626507ab0cb663e719078f77c79eaad96a85281 100644 (file)
@@ -235,7 +235,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
             '<a href="http://www.squirrelmail.org/" target="_blank">SquirrelMail</a>');
     echo "</td>\n".
         "   </tr>\n".
-        "</table>\n\n";
+        "</table><br>\n\n";
 }
 
 /* blatently copied/truncated/modified from the above function */