Opened 14 years ago
Last modified 14 years ago
#6922 closed Bug
Styles inside comments are not preserved — at Initial Version
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | |
Keywords: | Cc: | vgarikipati@… |
Description
A bug reported in the support channel.
- Insert the following content into source:
<style type="text/css"> <!-- .test { color: red; } --> </style>
- Switch to wysiwyg mode and back to source.
Result: {{{<p>
<style type="text/css">
<!--{cke_protected}{C}%3C!%2D%2D%0A.test%20%7B%20color%3A%20red%3B%20%7D%0A%2D%2D%3E--> </style> </p> }}}