You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2018/02/28 20:10:08 UTC

incubator-freemarker git commit: (Version history improvement)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 432793988 -> ee52c77f3


(Version history improvement)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ee52c77f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ee52c77f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ee52c77f

Branch: refs/heads/2.3-gae
Commit: ee52c77f32d2f534b53f893a6269ff9786256e9b
Parents: 4327939
Author: ddekany <dd...@apache.org>
Authored: Wed Feb 28 21:10:04 2018 +0100
Committer: ddekany <dd...@apache.org>
Committed: Wed Feb 28 21:10:04 2018 +0100

----------------------------------------------------------------------
 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/ee52c77f/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index ba4671d..ce5f4da 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -27245,10 +27245,11 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
           <itemizedlist>
             <listitem>
               <para>Added new <link linkend="ref_specvar">special
-              variable</link>, <literal>get_optional_template</literal>. It
-              can be used when you need to include or import a template that's
-              possibly missing, and you need to handle that case on some
-              special way. <link
+              variable</link>, <literal>get_optional_template</literal> (<link
+              xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-84">FREEMARKER-84</link>).
+              It can be used when you need to include or import a template
+              that's possibly missing, and you need to handle that case on
+              some special way. <link
               linkend="ref_specvar_get_optional_template">See the details
               here...</link></para>
             </listitem>