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 <[email protected]> Authored: Tue Jul 5 22:37:20 2016 +0200 Committer: ddekany <[email protected]> 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 @@ [email protected], [email protected], [email protected]</programlisting> <literal>&</literal>, <literal>"</literal>, <literal>'</literal> as <literal>&lt;</literal>, <literal>&gt;</literal>, <literal>&amp;</literal>, + <literal>&quot;</literal>, <literal>&#39;</literal></td> <td><literal>text/html</literal></td> @@ -5346,6 +5347,7 @@ [email protected], [email protected], [email protected]</programlisting> <literal>&</literal>, <literal>"</literal>, <literal>'</literal> as <literal>&lt;</literal>, <literal>&gt;</literal>, <literal>&amp;</literal>, + <literal>&quot;</literal>, <literal>&#39;</literal></td> <td><literal>application/xhtml+xml</literal></td> @@ -5362,6 +5364,7 @@ [email protected], [email protected], [email protected]</programlisting> <literal>&</literal>, <literal>"</literal>, <literal>'</literal> as <literal>&lt;</literal>, <literal>&gt;</literal>, <literal>&amp;</literal>, + <literal>&quot;</literal>, <literal>&apos;</literal></td> <td><literal>application/xml</literal></td>
