diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-02 16:58:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-02 16:58:29 -0400 |
commit | 43eef80b46e157ec32037d198f7341adef338c50 (patch) | |
tree | c36831a94a8c9a322753afe9f8d719f811760ab0 /templates | |
parent | 28dcb52a6c5b60302db285a13bf84e5e90c39cbc (diff) | |
download | ikiwiki-43eef80b46e157ec32037d198f7341adef338c50.tar ikiwiki-43eef80b46e157ec32037d198f7341adef338c50.tar.gz |
bugfix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 6 |
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> |