aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-02 16:58:29 -0400
committerJoey Hess <joey@kitenet.net>2010-05-02 16:58:29 -0400
commit43eef80b46e157ec32037d198f7341adef338c50 (patch)
treec36831a94a8c9a322753afe9f8d719f811760ab0 /templates/inlinepage.tmpl
parent28dcb52a6c5b60302db285a13bf84e5e90c39cbc (diff)
downloadikiwiki-43eef80b46e157ec32037d198f7341adef338c50.tar
ikiwiki-43eef80b46e157ec32037d198f7341adef338c50.tar.gz
bugfix
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index b32a7e497..1e0a1674e 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -16,14 +16,14 @@
<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
</TMPL_IF>
-<TMPL_IF HTML5></span><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
-<TMPL_IF HTML5><section id="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>
+<TMPL_IF HTML5><section class="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
-<TMPL_IF HTML5><footer id="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF>
+<TMPL_IF HTML5><footer class="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF>
<span class="pagedate">
Posted <TMPL_VAR CTIME>