diff options
Diffstat (limited to 'modules/system/html.tpl.php')
-rw-r--r-- | modules/system/html.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php index c84fcbea9..846a1ec70 100644 --- a/modules/system/html.tpl.php +++ b/modules/system/html.tpl.php @@ -35,7 +35,7 @@ */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>" +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>" <?php print $rdf_namespaces; ?>> <head profile="<?php print $grddl_profile; ?>"> |