Opened 14 years ago
Closed 14 years ago
#6922 closed Bug (duplicate)
Styles inside comments are not preserved
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | |
Keywords: | Cc: | vgarikipati@… |
Description (last modified by )
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>
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Dup of #4880.