Since <!DOCTYPE may _not_ be closed, it is a style parameter
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 15:28:55 +0000 (15:28 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 15:28:55 +0000 (15:28 +0000)
commitdad8c15a03d38a6f5a3091cb3a9291b4a6ffc684
tree5cee59e1f23f33a0f374d4261a37e8dcb75e0279
parent9be47e190f520de3ddfcef4aa1905feea6aea92c
Since <!DOCTYPE may _not_ be closed, it is a style parameter
(when talking in the language of html.class)

With this change, there is no </!DOCTYPE tag, which is not only more elegant, but also allows the pages to validate :-)

Marc, Could you look into my comments on the addChild('HTML') issue?
I assume you want the doc to look like this, right?

<!DOCTYPE blah>
  <html>
    <head>
      blah
    </head>
    <body>
      blah
    </body>
  </html>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3097 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/page_header.php