From 3aa19de077ac51a26aa8e39c4faabbb771cbb821 Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 17:19:05 +0000 Subject: [PATCH] correct border attribute for frameset git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3795 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index 255d45cf..6996c6a7 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 ""; } /* -- 2.25.1