From 544602600fd0bc1d74c14ceb5131bbb146989270 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 7 Oct 2002 17:44:21 +0000 Subject: [PATCH] another frameset test git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3796 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index 6996c6a7..8e9c76c0 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -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