1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +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>
<style type="text/css">
/*<![CDATA[*/
.timsChatMessage::before {
content: "";
}
@ -85,6 +86,7 @@
.timsChatMessage{$type|concat:'ERROR'|constant}::before {
content: "\f05e";
}
/*]]>*/
</style>
</head>