View Single Post
Old 06-08-2016, 09:06 AM   #4
Bertrand
Zealot
Bertrand began at the beginning.
 
Posts: 124
Karma: 10
Join Date: Dec 2008
Location: France
Device: None
I think you get this <![CDATA[ because you are in a xhtml file, and in your css you have this symbol >.

> is a special character in xml. CDATA is used to prevent errors when parsing the document.
A way to say : "ignore all special characters in this section".

If you don't want to see it, put your css in an external file, but as you said, it doesn't hurt.
Bertrand is offline   Reply With Quote