X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fleft_main.php;h=f16e5123f7a88bcdf219f0b700a5b90a2e53a8cf;hp=69e08a52f9f7d7bce751fa817434c3882c18932d;hb=2f617223e0e2742d2d9377aadedd3737b3256430;hpb=fc8be6aed1ee546a04909bafc4475244b8186bab diff --git a/src/left_main.php b/src/left_main.php index 69e08a52..f16e5123 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -6,7 +6,7 @@ * This is the code for the left bar. The left bar shows the folders * available, and has cookie information. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2011 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -45,9 +45,7 @@ $imapConnection = sqimap_login($username, false, $imapServerAddress, $imapPort, */ if (!empty($left_refresh) && !stristr($left_refresh, 'none')){ - $xtra = "\n\n" . - "\n". - "\n"; + $xtra = "\n\n"; } else { $xtra = ''; }