Updating the translation templates.
[squirrelmail.git] / templates / default / protocol_header.tpl
index b04120f7fdc682b8e407406421136c3085defe12..eb06cb19483fa76b627375c41c2811eb28fee71a 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-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -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
 }
 ?>