Ticket #261 (closed Bug: fixed)
FCKeditor doesn't escape URLs for whitespaces
| Reported by: | archimedia | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | File Browser | Version: | FCKeditor 2.4 |
| Keywords: | SF Confirmed | Cc: |
Description
FCKEditor doesn't escape the URL when you insert and image, resulting in a
<img src="http://server/file with spaces.png" />.
Many web clients don't escape the URL for us and, as consequence, get a 404 for the image (like evolution viewing an HTML mail, with images enabled).
Little patch follows.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1660425&group_id=75348&atid=543655
Attachments
Change History
Note: See
TracTickets for help on using
tickets.