diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 14:17:25 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 14:17:25 -0500 |
commit | 57ff2ecaeddb3e802fbec50acd7bf286941ec000 (patch) | |
tree | faadcb090ae0085b4ed0408b1e89815ad5fb7fee /debian/NEWS | |
parent | 5d3c225ad756708e8f3d7d0ee8872a9b274247ef (diff) | |
download | ikiwiki-57ff2ecaeddb3e802fbec50acd7bf286941ec000.tar ikiwiki-57ff2ecaeddb3e802fbec50acd7bf286941ec000.tar.gz |
* template: Remove bogus htmlize pass added in 2.16.
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index c8228d4bd..5515bbd7d 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,11 @@ +ikiwiki (2.20) unstable; urgency=low + + The template plugin has begin to htmlize the variables passed to templates. + This is normally what you want, but to get the old behavior and get at the + raw value, you can use `<TMPL_VAR raw_variable>` in a template. + + -- Joey Hess <joeyh@debian.org> Sat, 08 Dec 2007 16:04:43 -0500 + ikiwiki (2.16) unstable; urgency=low Many of the pages in ikiwiki's basewiki have been moved and renamed in this |