From: pdontthink Date: Fri, 19 Jan 2007 09:10:10 +0000 (+0000) Subject: Minor fix; reduce needless open/closing of PHP X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a2f1c0424b090daab8f82c3cc7cda29da163075f;hp=cc201b463e7d240bd4656795e5a3f0af14fb05c8 Minor fix; reduce needless open/closing of PHP git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12145 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/login.tpl b/templates/default/login.tpl index 7c8f2e0a..177eeee8 100644 --- a/templates/default/login.tpl +++ b/templates/default/login.tpl @@ -33,8 +33,10 @@ extract($t);
- '; ?> -
'); ?> + '; + echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '

'); + ?>