diff --git a/mothership/templates/html.tpl.php b/mothership/templates/html.tpl.php
index e6ae1e3..588c799 100644
--- a/mothership/templates/html.tpl.php
+++ b/mothership/templates/html.tpl.php
@@ -1,10 +1,10 @@
-<!doctype html<?php print $rdf_header; ?>>
+<!doctype html <?php print $rdf_namespaces; ?>>
 <!--[if IE 7 ]>    <html class="no-js ie7 oldie" lang="<?php print $language->language; ?>" <?php print $rdf_namespaces; ?>><![endif]-->
 <!--[if IE 8 ]>    <html class="no-js ie8 oldie" lang="<?php print $language->language; ?>" <?php print $rdf_namespaces; ?>><![endif]-->
 <!--[if IE 9 ]>    <html class="no-js ie9" lang="<?php print $language->language; ?>" <?php print $rdf_namespaces; ?>><![endif]-->
 <!--[if gt IE 9]><!--> <html class="no-js" lang="<?php print $language->language; ?>"> <!--<![endif]-->
 <?php print $mothership_poorthemers_helper; ?>
-<head<?php print $rdf_profile?>>
+<head profile="<?php print $grddl_profile; ?>">
   <title><?php print $head_title; ?></title>
   <?php print $head; ?>
   <?php print $appletouchicon; ?>
