Opened 9 years ago
Closed 9 years ago
#13905 closed Bug (duplicate)
How to Stop special character conversion of & to &
Reported by: | Sibasish palo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.4 |
Keywords: | Cc: |
Description
Steps to reproduce
<A class=external href="http://www.test.co.uk?id=test&test=test&testing=testing" rel=nofollow target=_blank data-cke-saved-href="http://www.test.co.uk?id=test&test=test&testing=testing"> http://www.test.co.uk?id=test&test=test&testing=testing </A>
Original content: http://www.test.co.uk?id=test&test=test&testing=testing
content changed by ck editor http://www.test.co.uk?id=test&test=test&testing=testing
Expected result
Display text of <a> tag having "&" should not change to "&"
Actual result
"&" is changed to "&"
how do i stop automatic conversion of <a> tags display text having "&"
DUP of #9282
Although ticket is 3 years old, what’s written there is still valid.