Ticket #114 (closed Bug: fixed)
Respect FCKConfig.ProcessHTMLEntities when FCKConfig.FillEmptyBlocks is enabled
| Reported by: | joelwreed@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
In the 2.4 version of editor/_source/internals/fckxhtml.js when FCKConfig.FillEmptyBlocks is enabled, the _AppendChildNodes function will insert in empty blocks. HOWEVER, when FCKConfig.ProcessHTMLEntities is false we should insert #160 instead.
The insertion of will generate invalid XHTML, whereas using   will generate valid XHTML.
A patch has been attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.