aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-05 22:44:08 -0400
committerJoey Hess <joey@kitenet.net>2010-05-05 22:44:12 -0400
commitf8880cb670b0d1169559d04602fc543b1a6a061e (patch)
treeb6b91a8369d2cdfca577d88470f8fdfa3740cf67 /templates
parentcb2025af4501b4168440bb8583f95ca5836d72ae (diff)
downloadikiwiki-f8880cb670b0d1169559d04602fc543b1a6a061e.tar
ikiwiki-f8880cb670b0d1169559d04602fc543b1a6a061e.tar.gz
bugfix
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 41fffa263..3bb7197f0 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -9,7 +9,7 @@
<TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE>
<TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF>
</TMPL_IF>
-</TMPL_UNLESS>
+</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
<meta http-equiv="Cache-Control" content="must-revalidate" />
<title><TMPL_VAR TITLE></title>
@@ -52,7 +52,7 @@
<TMPL_IF SEARCHFORM>
<TMPL_VAR SEARCHFORM>
</TMPL_IF>
-</TMPL_IF>
+</TMPL_UNLESS>
<TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF HAVE_ACTIONS>
@@ -183,7 +183,7 @@ Last edited <TMPL_VAR MTIME>
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
-</TMPL_IF>
+</TMPL_UNLESS>
<!-- from <TMPL_VAR WIKINAME> -->
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>