Ticket #1985 (closed Bug: fixed)
img-tag doesn't close xhtml-conform
| Reported by: | th-schwarz | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | Core : Output Data | Version: | FCKeditor 2.6 Beta |
| Keywords: | Cc: |
Description
In fckeditor 2.6 beta the img-tag doesn't close xhtml-conform. The output of the editor is <img alt="" src="/_userfiles/image/logo.jpg" height="43" width="120"> instead of <img alt="" src="/_userfiles/image/logo.jpg" height="43" width="120" /> !!
I'm sure, in 2.5 the img-tag was closed correctly, because in my project I have to analyze the output. This works only, if the output is xhtml-conform.
Change History
Note: See
TracTickets for help on using
tickets.