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 2016/07/05 20:37:27 UTC

incubator-freemarker git commit: FREEMARKER-28: Manual typo fix

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 5348248a4 -> 6032411ae


FREEMARKER-28: Manual typo fix


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

Branch: refs/heads/2.3-gae
Commit: 6032411ae052dd55aceb311c799ad4069979ecfa
Parents: 5348248
Author: ddekany <dd...@apache.org>
Authored: Tue Jul 5 22:37:20 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Jul 5 22:37:20 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/6032411a/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 32f0823..14732b5 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -5332,6 +5332,7 @@ other@example.com, other@example.com, other@example.com</programlisting>
                 <literal>&amp;</literal>, <literal>"</literal>,
                 <literal>'</literal> as <literal>&amp;lt;</literal>,
                 <literal>&amp;gt;</literal>, <literal>&amp;amp;</literal>,
+                <literal>&amp;quot;</literal>,
                 <literal>&amp;#39;</literal></td>
 
                 <td><literal>text/html</literal></td>
@@ -5346,6 +5347,7 @@ other@example.com, other@example.com, other@example.com</programlisting>
                 <literal>&amp;</literal>, <literal>"</literal>,
                 <literal>'</literal> as <literal>&amp;lt;</literal>,
                 <literal>&amp;gt;</literal>, <literal>&amp;amp;</literal>,
+                <literal>&amp;quot;</literal>,
                 <literal>&amp;#39;</literal></td>
 
                 <td><literal>application/xhtml+xml</literal></td>
@@ -5362,6 +5364,7 @@ other@example.com, other@example.com, other@example.com</programlisting>
                 <literal>&amp;</literal>, <literal>"</literal>,
                 <literal>'</literal> as <literal>&amp;lt;</literal>,
                 <literal>&amp;gt;</literal>, <literal>&amp;amp;</literal>,
+                <literal>&amp;quot;</literal>,
                 <literal>&amp;apos;</literal></td>
 
                 <td><literal>application/xml</literal></td>