one more place with incompatible color code
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 20 Feb 2006 19:30:45 +0000 (19:30 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 20 Feb 2006 19:30:45 +0000 (19:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10780 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_highlight.php

index 429307210d5b233a4002e6440f1aebda8301f8aa..167169f071be3dea502cb86fb0bec16c8e10bd98 100644 (file)
@@ -171,7 +171,7 @@ if ($mhl_count > 0) {
                         $match_type . ' = ' .
                         htmlspecialchars($message_highlight_list[$i]['value']) ,
                     'left' ) ,
-                '', $message_highlight_list[$i]['color'] ) . "\n";
+                '', '#'.$message_highlight_list[$i]['color'] ) . "\n";
     }
     echo "</table>\n".
         "<br />\n";