same fix as in 1.5.1. Color codes without # does not work in standard compliance...
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 20 Feb 2006 17:46:34 +0000 (17:46 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 20 Feb 2006 17:46:34 +0000 (17:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10776 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_highlight.php

index c2d39e831f0de24d20113a378103268a6a677951..429307210d5b233a4002e6440f1aebda8301f8aa 100644 (file)
@@ -424,7 +424,7 @@ if ($action == 'edit' || $action == 'add') {
         $gridindex = "$y,$x";
         $gridcolor = $new_color_list[$gridindex];
         echo html_tag( 'td', addRadioBox('color_type', ($gridcolor == $current_color), '#'.$gridcolor),
-            'left', $gridcolor, 'colspan="2"' );
+            'left', '#'.$gridcolor, 'colspan="2"' );
         }
         echo "</tr>\n";
     }