XHTML fixes
[squirrelmail.git] / src / view_text.php
index 9e316625b1f7d9ecbb8eaac8002c7fba91ca25ea..2c2b54b47db4152a3baec72c9d4227953f588528 100644 (file)
@@ -78,17 +78,17 @@ if ($type1 == 'html' || (isset($override_type1) &&  $override_type1 == 'html'))
 
 displayPageHeader($color, 'None');
 
-echo '<BR><TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER><TR><TD BGCOLOR="' . $color[0] . '">' .
-     '<B><CENTER>' .
+echo '<br /><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td bgcolor="' . $color[0] . '">' .
+     '<b><center>' .
      _("Viewing a text attachment") . ' - ' .
      '<a href="'.$msg_url.'">'. _("View message") . '</a>' .
-     '</b></td><tr><tr><td><CENTER><A HREF="' . $dwnld_url . '">' .
+     '</b></td><tr><tr><td><center><a href="' . $dwnld_url . '">' .
      _("Download this as a file") .
-     '</A></CENTER><BR>' .
-     '</CENTER></B>' .
-     '</TD></TR></TABLE>' .
-     '<TABLE WIDTH="98%" BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER><TR><TD BGCOLOR="' . $color[0] . '">' .
-     '<TR><TD BGCOLOR="' . $color[4] . '"><TT>' .
-     $body . '</TT></TD></TR></TABLE>' .
+     '</a></center><br />' .
+     '</center></b>' .
+     '</td></tr></table>' .
+     '<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td bgcolor="' . $color[0] . '">' .
+     '<tr><td bgcolor="' . $color[4] . '"><tt>' .
+     $body . '</tt></td></tr></table>' .
      '</body></html>';
-?>
+?>
\ No newline at end of file