small formatting fixes
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 14:05:10 +0000 (14:05 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 14:05:10 +0000 (14:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3094 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index d4c3b5d60129b1978e77373cea431b806f0a874b..163a6d10d126778a3dde5348c03457de002fd4e1 100644 (file)
@@ -672,9 +672,9 @@ if ( $dir == 'ltr' ) {
 if ($use_css) {
    $table_ar = array('cellpadding' => 3);
 } else {
-   $table_ar = array( 'width' => '100%', 'cellpadding' => 3 ,
-                      'cellspacing'=> 0,'align'=> 'center', 
-                     'bgcolor' => $color[9]);
+   $table_ar = array( 'width' => '100%', 'cellpadding' => 3,
+                      'cellspacing' => 0, 'align'=> 'center',
+                      'border' => 0, 'bgcolor' => $color[9]);
 }
                      
 $topbar = new html('table','','','rb_tb','',$table_ar);
@@ -845,6 +845,7 @@ if (!$use_css) {
    $ar_table = array( 'width' => '100%',
                       'cellpadding' => '0',
                      'cellspacing' => '0',
+                      'border' => '0',
                      'align' =>'center');
 } else {
    $ar_key = '';
@@ -1073,5 +1074,4 @@ if (($attachment_common_show_images) &&
 //do_hook('html_bottom');
 sqimap_logout($imapConnection);
 ?>
-</body>
-</html>
+