X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fwebmail.php;h=c74f5fa9c50c81c890d25350b4a46e7e69875c23;hp=2ff4115f6f34e58e4fbd277ebb5e792ba7ffe24d;hb=2b55df0c6c026d4ae55a01a3d3bf38429aaa0bcb;hpb=12ff1cab14f01a1918c7d3d40e6358c13c3833a7 diff --git a/src/webmail.php b/src/webmail.php index 2ff4115f..c74f5fa9 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -64,9 +64,10 @@ if ($my_language != $squirrelmail_language) { set_up_language(getPref($data_dir, $username, 'language')); -echo ''. +echo "\n". "\n" . - "$org_title"; + "$org_title\n". + ""; $left_size = getPref($data_dir, $username, 'left_size'); $location_of_bar = getPref($data_dir, $username, 'location_of_bar'); @@ -93,10 +94,10 @@ if ($left_size == "") { } if ($location_of_bar == 'right') { - echo ""; + echo "\n"; } else { - echo ""; + echo "\n"; } /* @@ -129,14 +130,14 @@ if ($right_frame == 'right_main.php') { } if ($location_of_bar == 'right') { - echo "" . - ''; + echo "\n" . + "\n"; } else { - echo ''. - ""; + echo "\n". + "\n"; } do_hook('webmail_bottom'); ?> - +