diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 22:36:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 22:36:50 -0400 |
commit | ee9a4e06fcce53062b38814707a0b7d6946d4a36 (patch) | |
tree | 0f5d12ecc35a4aef3cf611147d2b54e197c7807e /debian/NEWS | |
parent | 57405061f4176bfa3fdfa686101a726a439d67f9 (diff) |
rename ispage variable
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 6074d6260..0f2c1f562 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -4,7 +4,7 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low If you have locally modified versions of that template, you will need to update it to contain the following in the HTML <head>: - <TMPL_UNLESS ISPAGE> + <TMPL_IF DYNAMIC> <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> <TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF> </TMPL_IF> |