From 6a8aff8c6e6c7c4e6354de1be82508a862b456b8 Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 14 Jul 2002 14:05:10 +0000 Subject: [PATCH] small formatting fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3094 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index d4c3b5d6..163a6d10 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -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); ?> - - + -- 2.25.1