summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-10 15:13:35 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-10 15:13:35 -0500
commit819e7fb1c814422c961af873da27095a485a139f (patch)
tree7168d6c4798412bf5a68ab6090f3d72907d54bed
parent0317b0f55283fd9f10b1ca233fa42610d6278c5f (diff)
fix over-escaping
-rw-r--r--doc/news/version_2.20.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/news/version_2.20.mdwn b/doc/news/version_2.20.mdwn
index 741448d8e..4bf0a02fe 100644
--- a/doc/news/version_2.20.mdwn
+++ b/doc/news/version_2.20.mdwn
@@ -2,7 +2,7 @@ News for ikiwiki 2.20:
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 `&lt;TMPL\_VAR raw\_variable&gt;` in a template.
+ raw value, you can use `<TMPL_VAR raw_variable>` in a template.
ikiwiki 2.20 released with [[toggle text="these changes"]]
[[toggleable text="""
@@ -22,10 +22,10 @@ ikiwiki 2.20 released with [[toggle text="these changes"]]
that needs to use it. This was broken in version 2.16.
* template: Remove bogus htmlize pass added in 2.16.
* template: Htmlize template variables, but also provide a raw version
- via `&lt;TMPL\_VAR raw\_variable&gt;`.
+ via `<TMPL_VAR raw_variable>`.
* When htmlizing text, if the input is a single line with no newline,
and the htmlizer (such as markdown and textile) generates a html
paragraph, remove it. This allows removing several hacks from other
plugins that htmlize fragements of pages.
* In preferences, allow the subscriptions and email fields to be cleared.
- * teximg: Fix to support the same formula on multiple pages."""]] \ No newline at end of file
+ * teximg: Fix to support the same formula on multiple pages."""]]