Opened 17 years ago
Closed 16 years ago
#2200 closed Bug (worksforme)
Html entity problem
Reported by: | Marcin Kurylak | 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 (2)
comment:1 Changed 17 years ago by
Keywords: | Pending WorksForMe added; html entities removed |
---|---|
Milestone: | FCKeditor 2.6.1 |
Please provide detailed steps to reproduce.