XHTML fixes
[squirrelmail.git] / src / options_order.php
index 20f413b39ff4781a305963c6529e843e2459f02b..1512a93b3e70eb62f4a447d1e0e128f8e2fe4f43 100644 (file)
@@ -99,7 +99,7 @@ displayPageHeader($color, 'None');
                         _("The index order is the order that the columns are arranged in the message index. You can add, remove, and move columns around to customize them to fit your needs.")
                     )
                 ) ,
-            '', '', '', 'width="65%" border="0" cellpadding="0" cellspacing="0"' ) . "<br>\n";
+            '', '', '', 'width="65%" border="0" cellpadding="0" cellspacing="0"' ) . "<br />\n";
  
     if (count($index_order))
     {
@@ -147,7 +147,7 @@ displayPageHeader($color, 'None');
         echo '</form>';
     }
  
-    echo html_tag( 'p', '<a href="../src/options.php">' . _("Return to options page") . '</a></p><br>' );
+    echo html_tag( 'p', '<a href="../src/options.php">' . _("Return to options page") . '</a></p><br />' );
 
 ?>
     </td></tr>