summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-04-05 16:14:50 +0200
committerJonas Smedegaard <dr@jones.dk>2021-04-05 16:14:50 +0200
commitba292d260a76752992d0176255d58b85c3d70438 (patch)
tree8da6153b4d3f7bc8945e86088a8afeacf35f89bb
parent5e01dddacf7ac48fd5f044dad1b7848b5d5705d8 (diff)
parentd0718eb88dbc3e9c5c071ad57c0273204c7fa642 (diff)
Merge branch 'couchdesign/bullseye' into couchdesign/bullseye-dacouchdesign/bullseye-da
-rw-r--r--inlinepage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/inlinepage.tmpl b/inlinepage.tmpl
index 8c5800c..171e441 100644
--- a/inlinepage.tmpl
+++ b/inlinepage.tmpl
@@ -10,13 +10,13 @@
</TMPL_IF>
</span>
</TMPL_IF>
-<TMPL_IF HTML5><header class="header"><TMPL_ELSE><span class="header"></TMPL_IF>
+<TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF>
<TMPL_IF PERMALINK>
<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
</TMPL_IF>
-<TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF>
+<TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF HTML5><section class="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>