From 4da8e94a9e8160ab6590aa5e355452c5457196b3 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sun, 17 Mar 2002 11:18:02 +0000 Subject: [PATCH] Small QC check git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2594 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/login.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/login.php b/src/login.php index 2ca0a49c..fdcfc86f 100644 --- a/src/login.php +++ b/src/login.php @@ -97,8 +97,8 @@ $custom_css = 'none'; displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE ); /* Set the title of this page. */ -echo "\n". - "
\n"; +echo ''. + "\n\n"; $username_form_name = 'login_username'; $password_form_name = 'secretkey'; @@ -107,7 +107,7 @@ do_hook('login_top'); $loginname_value = (isset($loginname) ? htmlspecialchars($loginname) : ''); /* Display width and height like good little people */ -$width_and_height = ""; +$width_and_height = ''; if (isset($org_logo_width) && is_int($org_logo_width) && $org_logo_width>0) { $width_and_height = " WIDTH=\"$org_logo_width\""; } @@ -115,7 +115,7 @@ if (isset($org_logo_height) && is_int($org_logo_height) && $org_logo_height>0) { $width_and_height .= " HEIGHT=\"$org_logo_height\""; } -echo "
". +echo '
'. " \""
\n". ( $hide_sm_attributions ? '' : @@ -159,4 +159,4 @@ echo "\n"; do_hook('login_bottom'); echo "\n". "\n"; -?> +?> \ No newline at end of file -- 2.25.1