Fix extraneous escape (reported by Jimmy Conner)
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 09:10:44 +0000 (09:10 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 09:10:44 +0000 (09:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2469 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options.php

index b2bd225467b520dc2220385f72dd737cce040cf1..76fab0e6f53619faef5f5107eab9d16a8f0cf876 100644 (file)
@@ -91,7 +91,7 @@ function print_optionpages_row($leftopt, $rightopt = false) {
                      "<TD VALIGN=top BGCOLOR=\"$color[0]\" WIDTH=\"49%\">" .
                         $leftopt['desc'] .
                      '</TD>' .
-                     "<TD VALIGN=top BGCOLOR=\"$color[4]\" WIDTH=\"\2%\">&nbsp;</TD>";
+                     "<TD VALIGN=top BGCOLOR=\"$color[4]\" WIDTH=\"2%\">&nbsp;</TD>";
     if ($rightopt) {
         echo         "<TD VALIGN=top BGCOLOR=\"$color[0]\" WIDTH=\"49%\">" .
                         $rightopt['desc'] .
@@ -424,4 +424,4 @@ echo        '</TD></TR>' .
      '</TABLE>' .
      '</BODY></HTML>';
 
-?>
\ No newline at end of file
+?>