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