diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-15 22:21:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-15 22:21:17 -0400 |
commit | 083e491262b337296e28de2c9b2a53401ec780ef (patch) | |
tree | e6f9f0084f8b2134471a285c561249a038014a94 /debian/NEWS | |
parent | cae6e7fa9666c59b60887bd2c377bd6a7d2cd4bb (diff) | |
download | ikiwiki-083e491262b337296e28de2c9b2a53401ec780ef.tar ikiwiki-083e491262b337296e28de2c9b2a53401ec780ef.tar.gz |
add missing closing tmpl_if
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 68f0a207b..e8408edff 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -ikiwiki (3.20100505) UNRELEASED; urgency=low +ikiwiki (3.20100515) unstable; urgency=low There is a significant change to the page.tmpl template in this version. If you have locally modified versions of that template, you will need @@ -8,6 +8,7 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> <TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF> </TMPL_IF> + </TMPL_IF> Also, there is a new "comment()" pagespec, that can be used to match a comment on a page. It is recommended it be used instead of the old |