Opened 14 years ago
Closed 14 years ago
#6713 closed Bug (invalid)
Entity encoding in attributes
Reported by: | Danial Pearce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | Cc: | ckeditor@… |
Description
Hi guys,
If my form value is
<a href="/something" title="test of "quotes"e; in title">test</a>
When the wysiwyg loads and i hit the "source" button, you can easily see the " is messing up and you get this instead:
<a href="/something" quote="" title="test of ">test</a>
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
DUP of #6701, you need to escape the HTML values within your FORM.
I forgot to metion, i've tried the following config settings, none of which made a difference:
config.forceSimpleAmpersand = true; config.entities = false;