Opened 19 years ago
Closed 19 years ago
#461 closed Bug (duplicate)
putting ampersands in an onclick even changes to apostrophe
| Reported by: | Frank M Thompson | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Cc: |
Description
When adding an onclick even for an item, if you put an ampersand (for like a document.location.href change) it changes the ampersand to an apostrophe.
IE:
<div class="leftnav" onClick="window.location.href='index.cfm?do=cms.showPage&cid=14'">test</div>
turns into:
<div onClick="window.location.href='index.cfm?do=cms.showPage'cid=14'" class="leftnav">test</div>
Change History (1)
comment:1 Changed 19 years ago by
| Keywords: | onclick ampersand removed |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |

dup of #268