﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3241	Htmlwriter self-closing tag problem	Garry Yao		"Writer should be able to represent block-level self-closing element as they are.
=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Switch to 'source' mode and make the following input:
{{{
<p />
}}}
 1. Switch to 'wysiwyg' mode and switch back.
  * Actual Result: 
{{{
<p>
</p>
}}}
  * Expected Result : 
{{{
<p />
}}}"	Bug	closed	Normal	CKEditor 3.0	General		wontfix		
