X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Flogin.php;h=21fe8fa19aec2e4817a34569a53c907a32c4c640;hb=d7270cc414d34775b3aec09cb2364605695fdf43;hp=850f13d1e07621ddadb441b386c1a91d16c35cdc;hpb=b86f98e4d616f433403a56bfee1baab637c977bc;p=squirrelmail.git diff --git a/src/login.php b/src/login.php index 850f13d1..21fe8fa1 100644 --- a/src/login.php +++ b/src/login.php @@ -6,7 +6,7 @@ * This a simple login screen. Some housekeeping is done to clean * cookies and find language. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -144,9 +144,8 @@ if (isset($org_logo) && $org_logo) { $sm_attribute_str = ''; if (isset($hide_sm_attributions) && !$hide_sm_attributions) { -//FIXME: need to remove *ALL* HTML from this file! - $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"); } if(sqgetGlobalVar('mailtodata', $mailtodata)) {