From a2f1c0424b090daab8f82c3cc7cda29da163075f Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 19 Jan 2007 09:10:10 +0000 Subject: [PATCH] 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 --- templates/default/login.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); -- 2.25.1
- '; ?> -
'); ?> + '; + echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '

'); + ?>