Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Revised root html tag to fix validation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanaery committed Sep 6, 2019
1 parent 892decb commit 45c7150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/system/html.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
* @see template_process()
*/
?><!DOCTYPE html>
<html xmlns="https://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; ?>>
<html lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>"
prefix="og: http://ogp.me/ns#">

<meta property="dc:publisher" content="Duke University Libraries" />

<head profile="<?php print $grddl_profile; ?>">
<head>
<meta property="dc:publisher" content="Duke University Libraries" />
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
Expand Down

0 comments on commit 45c7150

Please sign in to comment.