From ff767bedddfd7a45660745769c50aeb4f624bf0a Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 16:50:48 +0000 Subject: [PATCH] let the people be free to resize at will :) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3792 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index c02846cb..255d45cf 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -93,10 +93,10 @@ if ($left_size == "") { } if ($location_of_bar == 'right') { - echo ""; + echo ""; } else { - echo ""; + echo ""; } /* @@ -129,12 +129,12 @@ if ($right_frame == 'right_main.php') { } if ($location_of_bar == 'right') { - echo "" . - ''; + echo "" . + ''; } else { - echo ''. - ""; + echo ''. + ""; } do_hook('webmail_bottom'); ?> -- 2.25.1