]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix over-escaping
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 10 Jan 2008 20:13:35 +0000 (15:13 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 10 Jan 2008 20:13:35 +0000 (15:13 -0500)
doc/news/version_2.20.mdwn

index 741448d8e17ea4df45d19966b04e3f08f2b45bf3..4bf0a02fe382c203197f6c7a0e4ee9549f9bf5ee 100644 (file)
@@ -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
 
    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="""
 
 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
      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.
    * 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."""]]