Happy New Year
[squirrelmail.git] / templates / default / protocol_header.tpl
index ae807e8cf493d10820349250ee266034944669ce..9ac92d69be9fa2a3b87c441685d3d022d805de31 100644 (file)
@@ -14,7 +14,7 @@
  *                       in the page header (meta tags, style links,
  *                       javascript links, etc.)
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -27,11 +27,11 @@ extract($t);
 
 if ($frames) { 
     ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
     <?php
 } else { 
     ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     <?php 
 }
 if (empty($lang)) {
@@ -40,7 +40,7 @@ if (empty($lang)) {
     <?php
 } else {
     ?>
-<html lang="<?php echo $lang; ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $lang; ?>" lang="<?php echo $lang; ?>">
     <?php
 }
 ?>