Remove more HTML from sm_attributions. Where exactly do these show up? Certainly...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2007 08:35:27 +0000 (08:35 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2007 08:35:27 +0000 (08:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12137 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/display_messages.php

index b4ede1b7e527281aaaf5a8b6567f30f6389e2da7..263c85eddc8ee3e1a9da33654b06baa0fc423490 100644 (file)
@@ -97,8 +97,8 @@ function logout_error( $errString, $errTitle = '' ) {
     
     $sm_attribute_str = '';
     if (isset($hide_sm_attributions) && !$hide_sm_attributions) {
-        $sm_attribute_str = _("SquirrelMail Webmail Application")."<br />\n" .
-                            _("By the SquirrelMail Project Team")."<br />\n";
+        $sm_attribute_str = _("SquirrelMail Webmail Application") . "\n" 
+                          . _("By the SquirrelMail Project Team");
     }
 
     $oTemplate->assign('logo_str', $logo_str);