Search was broken. fixed. List all is weird however, it works but does not alternate...
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index 5482c6bb0b52137f8aa287a2d267ac51ed117582..be8134e721f864add4ca7dff0df41eff4094c099 100644 (file)
@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/fetch.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Fetch code.
@@ -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>";
 ?>
 </center>
 </body>
-</html>
\ No newline at end of file
+</html>