Opened 17 years ago
Closed 17 years ago
#1194 closed Task (fixed)
Remove the XHTML stuff from fckeditor.html
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
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).
-
fckeditor.html
21 21 * 22 22 * Main page that holds the editor. 23 23 --> 24 <html xmlns="http://www.w3.org/1999/xhtml">24 <html> 25 25 <head> 26 26 <title>FCKeditor</title> 27 <meta name="robots" content="noindex, nofollow" />28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />27 <meta name="robots" content="noindex, nofollow"> 28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 29 29 <!-- @Packager.RemoveLine 30 30 <meta http-equiv="Cache-Control" content="public" /> 31 31 @Packager.RemoveLine -->
Change History (1)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
You are right Alfonso, and I see no problems with it, as that page is actually HTML4. I've fixed it with [793], so I take this responsibility.
I've also the samples list page to make it validate.