X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/405f5f09d0caaa2208a8da311df78911e01455dc..3d43768b52e0f435333a46fbbe948be9ef0ccd06:/doc/news/version_3.20100515.mdwn diff --git a/doc/news/version_3.20100515.mdwn b/doc/news/version_3.20100515.mdwn index de7145c8d..172b45521 100644 --- a/doc/news/version_3.20100515.mdwn +++ b/doc/news/version_3.20100515.mdwn @@ -2,18 +2,22 @@ News for ikiwiki 3.20100515: There are two significant changes to the page.tmpl template in this version. 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> - <TMPL\_IF BASEURL><base href="<TMPL\_VAR BASEURL>" /></TMPL\_IF> - </TMPL\_IF> - </TMPL\_IF> - Also, the footer should be wrapped in <TMPL\_UNLESS DYNAMIC> ... </TMPL\_UNLESS> + update it at least to contain the following in the HTML `
`: + +