Removal of %> for those with asp on.
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index 5482c6bb0b52137f8aa287a2d267ac51ed117582..0ba24dfe577f8d38bf182712a14e1439eb6daf94 100644 (file)
@@ -22,7 +22,7 @@
 
 
     function Mail_Fetch_Status($msg) {
-        echo '<table width=90%><tr><td>' .
+        echo '<table width="90%"><tr><td>' .
             htmlspecialchars( $msg ) .
             '</td></tr></table>';
         flush();
         
         $pop3 = new POP3($mailfetch_server, 60);
         
-        echo "<br><table width=90%><tr bgcolor=\"$color[9]\"><td><b>" . 
+        echo "<br><table width=\"90%\"><tr bgcolor=\"$color[9]\"><td><b>" . 
             _("Fetching from ") . 
             (($mailfetch_alias_[$i_loop] == '')?$mailfetch_server:$mailfetch_alias_[$i_loop]) . 
             "</b></td></tr></table>";