﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7248	Paragraph tag lost when switching list to paragraph	cl0wnshoes		"Seems like it might be tied to http://dev.ckeditor.com/ticket/6461

Initial text
{{{
<p>Here is some text</p>
}}}

Apply UL
{{{
<ul><li>Here is some text</li></ul>
}}}

Remove UL
{{{
Here is some text
}}}

Result Expected
{{{
<p>Here is some text</p>
}}}


"	Bug	closed	Normal		Core : Lists	3.5.2	expired		
