Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 973ea4cb0 -> 83eac154e
(Manual typo) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/2a396462 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/2a396462 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/2a396462 Branch: refs/heads/2.3-gae Commit: 2a396462574548452dd7376cad07573a8064812b Parents: 973ea4c Author: ddekany <[email protected]> Authored: Wed Mar 1 14:51:27 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 1 14:51:27 2017 +0100 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2a396462/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 2e9015b..59282bb 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -26834,8 +26834,8 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> </listitem> <listitem> - <para><literal>MultiTemplateLoader</literal>, when it's in - sticky mode (the default), and the + <para>Bug fixed: <literal>MultiTemplateLoader</literal>, when + it's in sticky mode (the default), and the <literal>TemplateLoader</literal> that was successfully used for a given name last time doesn't find the template now (let's call it the sticked <literal>TemplateLoader</literal>), and thus
