From 25c07154ddcbc667205ce0d00ff051cb9df4d668 Mon Sep 17 00:00:00 2001 From: jervfors Date: Thu, 17 Mar 2005 06:34:53 +0000 Subject: [PATCH] XHTML fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9053 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/default_theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default_theme.php b/themes/default_theme.php index 9e092ddd..fd7abcd3 100644 --- a/themes/default_theme.php +++ b/themes/default_theme.php @@ -35,5 +35,5 @@ $color[13] = '#800000'; // (dark red) Color for quoted text -- > 1 quote $color[14] = '#ff0000'; // (red) Color for quoted text -- >> 2 or more $color[15] = '#002266'; // (dark blue) Unselectable folders - $color[16] = '#FF9933'; // (orange) Highlight color -?> + $color[16] = '#ff9933'; // (orange) Highlight color +?> \ No newline at end of file -- 2.25.1