Ticket #1985 (closed Bug: fixed)

Opened 2 months ago

Last modified 2 months ago

img-tag doesn't close xhtml-conform

Reported by: th-schwarz Assigned to: 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

03/07/08 23:37:56 changed by th-schwarz

  • milestone set to FCKeditor 2.6.

03/13/08 07:51:16 changed by martinkou

  • owner set to martinkou.
  • status changed from new to assigned.

This is caused by the same issue as in #1989, and a patch has been submitted for review in that ticket.

03/14/08 07:15:09 changed by martinkou

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [1691].

Click here for more info about our SVN system.