Ticket #1985 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by th-schwarz

  • milestone set to FCKeditor 2.6

Changed 2 years ago 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.

Changed 2 years ago by martinkou

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

Fixed with [1691].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.