diff options
Diffstat (limited to 'themes/garland/page.tpl.php')
-rw-r--r-- | themes/garland/page.tpl.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 4cef92d2b..f6afc5eb1 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -1,9 +1,10 @@ <?php // $Id$ -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> - <head> +?><!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 ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>" + <?php print $rdf_namespaces ?>> + <head profile="<?php print $grddl_profile ?>"> <title><?php print $head_title ?></title> <?php print $head ?> <?php print $styles ?> |