diff options
-rw-r--r-- | debian/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS index e8408edff..0a00ea6dd 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,8 +1,9 @@ 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 - to update it to contain the following in the HTML <head>: + There is a significant change to the page.tmpl template in this version, + (and several less significant changes). If you have a locally modified + version of that template, you will need to update it at least to + contain the following in the HTML <head>: <TMPL_IF DYNAMIC> <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> |