summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-04-05 16:12:48 +0200
committerJonas Smedegaard <dr@jones.dk>2021-04-05 16:12:48 +0200
commitd0718eb88dbc3e9c5c071ad57c0273204c7fa642 (patch)
tree1220b00193f321b9028aa8b81a49d0eace15160c
parentdac4d3e4ff64c3c1e38e614048f8eb53dc7b1d00 (diff)
fix set <div class=header> (not <span class=header>) in non-HTML5 mode, to match css tightened since 3.20161219couchdesign/bullseye
-rw-r--r--inlinepage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/inlinepage.tmpl b/inlinepage.tmpl
index 37d7e48..48363c9 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>