﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5521	fullpage and enablexhtml jacking up head and body tags (adding extras)	centrex		"

If I paste the following into the source screen:
{{{
<html>
<head>
{html_header_includes}
</head>

<body>
{page_body}
</body>
</html>
}}}

then switch to html view and then back to source, the code becomes this:


{{{
<html>
	<head>
	</head>
	<body>
		{html_header_includes}</body>
</html>
<html xmlns=""http://www.w3.org/1999/xhtml"">
	<body>
		{page_body}</body>
</html>

}}}

Settings:


{{{
  config.fullPage = true;
  config.EnableXHTML = true;
}}}
"	Bug	closed	Normal		General	FCKeditor 2.6.6	invalid		
