From 9c6d83883620bdd2688cea59b25c3e90c67d97b2 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 22 Apr 2001 04:39:25 +0000 Subject: [PATCH] a few html bug fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1283 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 1 + src/webmail.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 9436d2c2..2ba8d077 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -398,6 +398,7 @@ echo $body; + echo ''; echo '' . "\n"; echo " "; echo '
 
' . "\n"; diff --git a/src/webmail.php b/src/webmail.php index ebd365b6..6e266238 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -54,9 +54,9 @@ if ($location_of_bar == 'right') { - echo ""; + echo ""; } else { - echo ""; + echo ""; } /** @@ -87,13 +87,13 @@ if ($location_of_bar == 'right') { - echo ""; - echo ''; + echo ""; + echo ''; } else { - echo ''; - echo ""; + echo ''; + echo ""; } ?> -- 2.25.1