﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1194	Remove the XHTML stuff from fckeditor.html	Alfonso Martínez de Lizarrondo		"I don't think that the xmlns declaration and self closing tags are doing any good, so I would remove them and that way the html validator won't show any error or warning (except for the empty optgroups in the samples selector, but that's not main code).

{{{
#!patch
Index: fckeditor.html
===================================================================
--- fckeditor.html	(revision 785)
+++ fckeditor.html	(working copy)
@@ -21,11 +21,11 @@
  *
  * Main page that holds the editor.
 -->
-<html xmlns=""http://www.w3.org/1999/xhtml"">
+<html>
 <head>
 	<title>FCKeditor</title>
-	<meta name=""robots"" content=""noindex, nofollow"" />
-	<meta http-equiv=""Content-Type"" content=""text/html; charset=utf-8"" />
+	<meta name=""robots"" content=""noindex, nofollow"">
+	<meta http-equiv=""Content-Type"" content=""text/html; charset=utf-8"">
 	<!-- @Packager.RemoveLine
 	<meta http-equiv=""Cache-Control"" content=""public"" />
 	@Packager.RemoveLine -->
}}}"	Task	closed	Normal	FCKeditor 2.5 Beta	General		fixed		
