Ticket #461 (closed Bug: duplicate)
putting ampersands in an onclick even changes to apostrophe
| Reported by: | sirmeili | 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
Note: See
TracTickets for help on using
tickets.