From 7fff4a62ac335fdc4b00b22f5a58010902832902 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Fri, 13 Jun 2014 17:30:34 +0200 Subject: [PATCH] ReST fixes. --- changes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changes.rst b/changes.rst index 4dbb914..bd851b2 100644 --- a/changes.rst +++ b/changes.rst @@ -9,17 +9,17 @@ Changelog - TAL template handling fixes: - - Correctly handle `structure:` prefixes in TAL expressions. Patch from + - Correctly handle ``structure:`` prefixes in TAL expressions. Patch from Ingmar Steen (`pull request 32 `_). - - Fix handling of multi-line `tal:content, `tal:define` and `tal:replace` + - Fix handling of multi-line ``tal:content``, ``tal:define`` and ``tal:replace`` statements. Patch from Ingmar Steen (pull requests `35 `_ and `36 `_). - - Fix handling of `tal:repeat` statements with multiple assignments. Patch + - Fix handling of ``tal:repeat`` statements with multiple assignments. Patch from Ingmar Steen (`pull request 37 `_).