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

     
    2121 *
    2222 * Main page that holds the editor.
    2323-->
    24 <html xmlns="http://www.w3.org/1999/xhtml">
     24<html>
    2525<head>
    2626        <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">
    2929        <!-- @Packager.RemoveLine
    3030        <meta http-equiv="Cache-Control" content="public" />
    3131        @Packager.RemoveLine -->

Change History (1)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy