소스 검색

XHTML fix

Fredrik Jervfors 20 년 전
부모
커밋
9dd7840ef2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
+?>