Opened 15 years ago
Closed 14 years ago
#5262 closed Bug (duplicate)
ckeditor encodes ' and " symbols
Reported by: | mike890 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
CKEditor 3.2 encodes the ' (single quote) and " (double quote) symbols and as a result makes the HTML less readable.
According to the HTML spec these symbols do not have to be encoded, unless they are in an attribute value. Only '<', '>', and '&' symbols have to be encoded.
fixed in #6645 You can use the entities configuration to specify that those elements shouldn't be encoded.