summaryrefslogtreecommitdiff
path: root/common/content/style.js
diff options
context:
space:
mode:
authoranekos <anekos@snca.net>2008-12-17 02:17:55 +0900
committeranekos <anekos@snca.net>2008-12-17 02:17:55 +0900
commit5198adc456585200967f3b800c7549217f818642 (patch)
treed433c3c0d4cef5cdd834d3d4104abcf10d64f71d /common/content/style.js
parente9dcf368ad3c6e4b77f2c8f2498ecef9621793fe (diff)
downloadpentadactyl-5198adc456585200967f3b800c7549217f818642.tar.gz
Remove the comment in CDATA section.
CDATA section does not understand comment.
Diffstat (limited to 'common/content/style.js')
-rw-r--r--common/content/style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/style.js b/common/content/style.js
index c622dc80..2f27747d 100644
--- a/common/content/style.js
+++ b/common/content/style.js
@@ -6,7 +6,7 @@
it under any or all of those licenseses.
}}} ***** END LICENSE BLOCK *****/
-Highlights.prototype.CSS = <![CDATA[ /* <css> */
+Highlights.prototype.CSS = <![CDATA[
Boolean color: red;
Function color: navy;
Null color: blue;