From ccf3c5cb4e102dacc69e779d8da5765de96af332 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 20 Feb 2006 19:30:45 +0000 Subject: [PATCH] one more place with incompatible color code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10780 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options_highlight.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options_highlight.php b/src/options_highlight.php index 42930721..167169f0 100644 --- a/src/options_highlight.php +++ b/src/options_highlight.php @@ -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 "\n". "
\n"; -- 2.25.1