From: kink Date: Wed, 20 Nov 2002 13:25:41 +0000 (+0000) Subject: HTML fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2b55df0c6c026d4ae55a01a3d3bf38429aaa0bcb;ds=sidebyside HTML fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4185 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/webmail.php b/src/webmail.php index b67c7225..c74f5fa9 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -66,7 +66,8 @@ set_up_language(getPref($data_dir, $username, 'language')); echo "\n". "\n" . - "$org_title\n"; + "$org_title\n". + ""; $left_size = getPref($data_dir, $username, 'left_size'); $location_of_bar = getPref($data_dir, $username, 'location_of_bar'); @@ -139,4 +140,4 @@ else { do_hook('webmail_bottom'); ?> - +