Browse Source

XHTML fix

Fredrik Jervfors 20 năm trước cách đây
mục cha
commit
9dd7840ef2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      themes/default_theme.php

+ 2 - 2
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
+?>