X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fwebmail.php;h=c74f5fa9c50c81c890d25350b4a46e7e69875c23;hb=93ea3e709f55c1ff9cb5238207500806d6508aa4;hp=255d45cff4a6b9900e85a7c2d7edb5b623737a35;hpb=ff767bedddfd7a45660745769c50aeb4f624bf0a;p=squirrelmail.git diff --git a/src/webmail.php b/src/webmail.php index 255d45cf..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'); ?> - +