1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-24 02:20:39 +00:00

Wrap CSS into CDATA

This commit is contained in:
Tim Düsterhus 2013-05-15 17:52:53 +02:00
parent abe1b70944
commit b6855f4d59

View File

@ -65,6 +65,7 @@
</script> </script>
<style type="text/css"> <style type="text/css">
/*<![CDATA[*/
.timsChatMessage::before { .timsChatMessage::before {
content: ""; content: "";
} }
@ -85,6 +86,7 @@
.timsChatMessage{$type|concat:'ERROR'|constant}::before { .timsChatMessage{$type|concat:'ERROR'|constant}::before {
content: "\f05e"; content: "\f05e";
} }
/*]]>*/
</style> </style>
</head> </head>