fixed comp_in_new handling
[squirrelmail.git] / src / options.php
index b2bd225467b520dc2220385f72dd737cce040cf1..3fd806955fb5aa5957cbced7c5b1e6c7c736fbd0 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'] .
@@ -212,7 +212,7 @@ echo '<BR>' .
 /*******************************************************************/
 
 /* If in submit mode, select a save hook name and run it. */
-if ($optmode == SMOPT_MODE_SUBMIT)      {
+if ($optmode == SMOPT_MODE_SUBMIT) {
     /* Select a save hook name. */
     switch ($optpage) {
         case SMOPT_PAGE_PERSONAL:
@@ -424,4 +424,4 @@ echo        '</TD></TR>' .
      '</TABLE>' .
      '</BODY></HTML>';
 
-?>
\ No newline at end of file
+?>