Correct xmlns on lang attribute; thanks Christian Kujau
[squirrelmail.git] / templates / default / protocol_header.tpl
index b04120f7fdc682b8e407406421136c3085defe12..146e8a9d5d5850bac0dbcb751395fd6c99e7f8df 100644 (file)
@@ -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
 }
 ?>