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:
parent
abe1b70944
commit
b6855f4d59
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user