X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fwebmail.php;h=97ae646df9a0fa0338dcd0c14675d7496db068c6;hb=6c817138130223d73f95f24d06d63239e120d3e2;hp=c02846cb87666a2a16a983ebe99caddbd5bfd9fe;hpb=a32985a59fe460e2bf5c2e9ea2dd6004d0f66b54;p=squirrelmail.git diff --git a/src/webmail.php b/src/webmail.php index c02846cb..97ae646d 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'); ?> - - + +