﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5569	Setting the doctype to HTML is not working	Senthil		"After setting the doctype to HTML, toolbar controls are still generating(XHTML) self-closing tags (it should output <img > instead of <img />). One of our customer wants to set the doctype to HTML but the editor is always genearting the XHTML.

Example:

1. CKEDITOR.config.docType = ""<!-- DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' -->"";

2. Insert a Flash object but it is still inserting the param elements with selfclosed tags.

<p>
<object classid=""clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"" codebase=""http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"">

<param name=""quality"" value=""high"" />
<param name=""movie"" value=""/ps/flash/Clock.swf"" />

<embed pluginspage=""http://www.macromedia.com/go/getflashplayer"" quality=""high"" src=""/ps/flash/Clock.swf"" type=""application/x-shockwave-flash""></embed></object>
</p>"	Bug	closed	Normal		Core : Output Data		invalid	Oracle	Senthil Pranav
