1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 22:45:45 +01:00

Remove the comment in CDATA section.

CDATA section does not understand comment.
This commit is contained in:
anekos
2008-12-17 02:17:55 +09:00
parent e9dcf368ad
commit 5198adc456

View File

@@ -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;