Ticket #268 (closed Bug: fixed)
& in Javascript being converted to '
| Reported by: | azebchuk | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Confirmed | Cc: |
Description
If you enter a link such as the following in the source view:
<a title="My Page" onClick="pop('/page?id=212&do=something', 372, 445); return false;" href="#">Test</a>
and then goto the preview mode and back to the source, you will find that the editor has changed the link to the following:
<a title="My Page" onClick="pop('/page?id=212'do=something', 372, 445); return false;" href="#">Test</a>
Change History
Note: See
TracTickets for help on using
tickets.