(Typo in Manual)
Project: http://git-wip-us.apache.org/repos/asf/freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/freemarker/commit/2f6d0d32 Tree: http://git-wip-us.apache.org/repos/asf/freemarker/tree/2f6d0d32 Diff: http://git-wip-us.apache.org/repos/asf/freemarker/diff/2f6d0d32 Branch: refs/heads/2.3-gae Commit: 2f6d0d32cbc9149ec171cd2f91a93b71e8dd430f Parents: 7b7217c Author: ddekany <[email protected]> Authored: Tue Nov 27 20:50:25 2018 +0100 Committer: ddekany <[email protected]> Committed: Tue Nov 27 20:50:25 2018 +0100 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/freemarker/blob/2f6d0d32/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index e774e8c..2a68d54 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -27635,7 +27635,7 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> <listitem> <para><link xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-109">FREEMARKER-109</link>: - In JSP TLD-s, line breaks inside a function parameter lists have + In JSP TLD-s, line breaks inside function parameter lists have caused <literal>IllegalArgumentException</literal> <quote>Invalid function signature</quote>.</para> </listitem>
