Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 17c3d4e50 -> 8222924e8
Manual: Version history adjustment Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/8222924e Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/8222924e Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/8222924e Branch: refs/heads/2.3-gae Commit: 8222924e850c32731a0f026ab6d764cdd5d157d3 Parents: 17c3d4e Author: ddekany <[email protected]> Authored: Mon Oct 2 11:13:17 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Oct 2 11:13:17 2017 +0200 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8222924e/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 5da4c42..2799c57 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -27059,10 +27059,11 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> <listitem> <para>New directive: <literal>continue</literal> (<link xlink:href="https://sourceforge.net/p/freemarker/feature-requests/79/">sf.net - #79</link>). This can be used inside the <literal>list</literal> - directive to skip to the next iteration (similarly as in Java). - <link linkend="ref.directive.list.continue">See - more...</link></para> + #79</link>, <link + xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-37">FREEMARKER-37</link>). + This can be used inside the <literal>list</literal> directive to + skip to the next iteration (similarly as in Java). <link + linkend="ref.directive.list.continue">See more...</link></para> </listitem> <listitem>
