adding space between cols="number" and $attr.
[squirrelmail.git] / plugins / newmail / newmail.php
index 8a93b11a8890749fccacc9aeab5eba29f41cc46a..501225180e0fb7ad632505741aa61889a7c70e4c 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * newmail.php
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.        
  *
  * Displays all options relating to new mail sounds
@@ -25,7 +25,7 @@ sqGetGlobalVar('numnew', $numnew, SQ_GET);
 
    displayHtmlHeader( _("New Mail"), '', FALSE );
 
-   echo "<body bgcolor=\"$color[4]\" topmargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>\n".
+   echo '<body bgcolor="'.$color[4].'" topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">'."\n".
         '<center>'. "\n" .
         html_tag( 'table', "\n" .
             html_tag( 'tr', "\n" .
@@ -33,14 +33,14 @@ sqGetGlobalVar('numnew', $numnew, SQ_GET);
             ) .
             html_tag( 'tr', "\n" .
                 html_tag( 'td',
-                    '<br><big><font color="' . $color[2] . '">' . _("You have").' '.
+                    '<br /><big><font color="' . $color[2] . '">' . _("You have").' '.
                    sprintf( ( $numnew == 1 ?
                        _("%s new message") :
                        _("%s new messages") ), $numnew ) .
-                    '</font><br></big><br>' . "\n" .
+                    '</font><br /></big><br />' . "\n" .
                     '<form name="nm">' . "\n".
-                    '<input type=button name=bt value="' . _("Close Window") .
-                    '" onClick="javascript:window.close();">'."\n".
+                    '<input type="button" name="bt" value="' . _("Close Window") .
+                    '" onClick="javascript:window.close();" />'."\n".
                     '</form>',
                 'center' )
             ) ,
@@ -53,4 +53,4 @@ sqGetGlobalVar('numnew', $numnew, SQ_GET);
         "</script>\n".
         "</body></html>\n";
 
-?>
+?>
\ No newline at end of file