From: jervfors Date: Wed, 14 Jun 2006 06:31:47 +0000 (+0000) Subject: Whitespace in wrong place. Spotted by Robert L Mathews. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=602a123e5f75c57dace7d147cbe274b4230b7178;ds=sidebyside Whitespace in wrong place. Spotted by Robert L Mathews. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11205 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/login.php b/src/login.php index 02e81c69..e21cc3e6 100644 --- a/src/login.php +++ b/src/login.php @@ -125,18 +125,17 @@ if (isset($org_logo) && $org_logo) { $width_and_height = ''; if (isset($org_logo_width) && is_numeric($org_logo_width) && $org_logo_width>0) { - $width_and_height = " width=\"$org_logo_width\""; + $width_and_height = "width=\"$org_logo_width\" "; } if (isset($org_logo_height) && is_numeric($org_logo_height) && $org_logo_height>0) { - $width_and_height .= " height=\"$org_logo_height\""; + $width_and_height .= "height=\"$org_logo_height\" "; } $logo_str = '
'."\n"; + 'class="sqm_loginImage" />
'."\n"; } $sm_attribute_str = '';