Wrong bugfix description: output_format=XHTML isn't supposed to work and it 
doesn't either. It's output_format=XHTMLOutputFormat that works now.


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

Branch: refs/heads/2.3
Commit: 3fc5f907056edf82e03fe47cf72fc176d2e110b6
Parents: f0a6f45
Author: ddekany <ddek...@apache.org>
Authored: Fri May 26 11:59:07 2017 +0200
Committer: ddekany <ddek...@apache.org>
Committed: Fri May 26 11:59:07 2017 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3fc5f907/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index a3656d1..3f003b3 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26858,12 +26858,13 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
               <para>Bug fixed (<link
               
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-52";>FREEMARKER-52</link>):
               When setting the <literal>output_format</literal> with
-              <literal>Properties</literal>, the <literal>XHTML</literal>
-              abbreviation wasn't recognized. Like in a
-              <literal>.properties</literal> file,
-              <literal>output_format=XHTML</literal> didn't work, only
+              <literal>Properties</literal>, the
+              <literal>XHTMLOutputFormat</literal> abbreviation wasn't
+              recognized (for example in a <literal>.properties</literal>
+              file, <literal>output_format=XHTMLOutputFormat</literal> didn't
+              work, only
               
<literal>output_format=freemarker.core.XHTMLOutputFormat()</literal>
-              did.</para>
+              did).</para>
             </listitem>
           </itemizedlist>
         </section>

Reply via email to