From 5670da62fb0309e298b91964040279e6448e392c Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 15 Jan 2007 08:35:27 +0000 Subject: [PATCH] Remove more HTML from sm_attributions. Where exactly do these show up? Certainly not in the footer, which is what's displayed here. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12137 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index b4ede1b7..263c85ed 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -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")."
\n" . - _("By the SquirrelMail Project Team")."
\n"; + $sm_attribute_str = _("SquirrelMail Webmail Application") . "\n" + . _("By the SquirrelMail Project Team"); } $oTemplate->assign('logo_str', $logo_str); -- 2.25.1