aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/default.html52
-rw-r--r--test/writer.html52
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index 9c15107c0..c2bf0e093 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -46,7 +46,7 @@ $for(include-before)$
$include-before$
$endfor$
$if(title)$
-<header>
+<header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
diff --git a/test/writer.html5 b/test/writer.html5
index 53fcb84e2..4f80231db 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -19,7 +19,7 @@
<![endif]-->
</head>
<body>
-<header>
+<header id="title-block-header">
<h1 class="title">Pandoc Test Suite</h1>
<p class="author">John MacFarlane</p>
<p class="author">Anonymous</p>