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/03/15 11:04:24 UTC

[5/6] incubator-freemarker git commit: (Manual: Ellipsis wasn't visible.)

(Manual: Ellipsis wasn't visible.)


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

Branch: refs/heads/2.3.24-stabilization
Commit: 021d95d2746616ea623a941bedec9120ff92b357
Parents: a925da5
Author: ddekany <dd...@apache.org>
Authored: Mon Mar 14 15:27:21 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Mon Mar 14 15:27:21 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/021d95d2/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 770418e..638c695 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -13396,10 +13396,10 @@ String BEAN_NAME = "${beanName?j_string}";</programlisting>
 
             <listitem>
               <para>Control characters in <link linkend="gloss.UCS">UCS</link>
-              code point ranges U+0000…U+001f and U+007f…U+009f are escaped as
-              <literal>\r</literal>, <literal>\n</literal>, etc., or as
-              <literal>\x<replaceable>XX</replaceable></literal> where there's
-              no special escape for them in JavaScript.</para>
+              code point ranges U+0000...U+001f and U+007f...U+009f are
+              escaped as <literal>\r</literal>, <literal>\n</literal>, etc.,
+              or as <literal>\x<replaceable>XX</replaceable></literal> where
+              there's no special escape for them in JavaScript.</para>
             </listitem>
 
             <listitem>