Ticket #2056 (closed Bug: fixed)
fckdialog.html is invalid xhtml
| Reported by: | zagy | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | General | Version: | FCKeditor 2.6 Beta |
| Keywords: | Confirmed Review+ | Cc: |
Description
The fckdialog.html file has an XHTML doctype but doesn't validate:
This is mainly because there are a lot of & < and > in the inline javascript code. The easiest would be to move the javascript code to a javascript file i guess.
This is a real problem when integrating with zope where the .html files might be parsed before delivery. The parsing breaks because of the invalid html.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.