﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5976	"""malformed"" HTML being removed"	routinet		"If the content being loaded in CKEditor includes malformed HTML, CKEditor corrects/removes it.

CKEditor 3.3.1 (revision 5586) (verified back to 3.1.8 rev. 4891)
Firefox 3.6.6/IE8 x64

Example content:
</div>
</div>
<? $somephp=""here""; ?>

FireFox Output:
<? $somephp=""here""; ?><br />

IE8 x64 Output:
<div>&nbsp;</div>
<div>&nbsp;</div>
<? $somephp=""here""; ?>

The content does not have to be saved.  Switching between ""normal"" and ""source"" view triggers the behavior.  Also see #5293 and #5606."	Bug	closed	Normal		Core : Output Data	3.3.1	wontfix	Confirmed CantFix	
