Ticket #2200 (closed Bug: worksforme)
Html entity problem
| Reported by: | netray | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Output Data | Version: | FCKeditor 2.6 |
| Keywords: | Pending WorksForMe | Cc: |
Description
FCKeditor decodes entities and converts custom tag to html comment if something like this is passed to it's contents:
<! example >
it is converted to <!-- example -->
And everything is fine when I pass: < example > - it remains unchanged.
Change History
Note: See
TracTickets for help on using
tickets.