﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7939	CKEditor inserting <p> when source-code has head tags like <meta>, <link> or <title>	fabio		"In version ""Nightly Build"":

To reproduce, change to source-code view and paste this html code:

{{{
<title>aa</title>
bbb
}}}

now switch again to view html, and again to source-code, now the code will be:


{{{
<p>
	<html>
		<head>
			<title></title>
		</head>
		<body></body>
	</html>
</p>
<p>
	<title></title>
	bbb</p>
}}}

In version 3.6:
To reproduce, change to source-code view and paste this html code:

{{{
<title>aaa</title>
bbbb
}}}

now switch again to view html, and again to source-code, now the code will be:


{{{
<p>
	&nbsp;</p>
<p>
	<title></title>
	bbbb</p>
}}}

"	Bug	confirmed	Normal		Core : Parser	3.5.3			
