Opened 17 years ago
Closed 17 years ago
#1985 closed Bug (fixed)
img-tag doesn't close xhtml-conform
Reported by: | Thilo Schwarz | Owned by: | Martin Kou |
---|---|---|---|
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 (3)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.6 |
---|
comment:2 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [1691].
Click here for more info about our SVN system.
This is caused by the same issue as in #1989, and a patch has been submitted for review in that ticket.