aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-05 21:51:03 -0400
committerJoey Hess <joey@kitenet.net>2010-05-05 21:51:03 -0400
commitfa2918f13f03a3d8dfd6f987a518695d7763fb01 (patch)
treec1471d2a045261f61fa72c9ca80c36c74d6eb40f /templates/page.tmpl
parentf52f395437a946478da2a126015c05e3e0afdc1f (diff)
downloadikiwiki-fa2918f13f03a3d8dfd6f987a518695d7763fb01.tar
ikiwiki-fa2918f13f03a3d8dfd6f987a518695d7763fb01.tar.gz
add NEWS about template change
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 9242ddfe3..4920d3cc8 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -6,12 +6,8 @@
</TMPL_IF>
<head>
<TMPL_UNLESS ISPAGE>
-<TMPL_IF FORCEBASEURL>
-<base href="<TMPL_VAR FORCEBASEURL>" />
-<TMPL_ELSE>
-<TMPL_IF BASEURL>
-<base href="<TMPL_VAR BASEURL>" />
-</TMPL_IF>
+<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 HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>