mbenson 2005/04/07 12:40:17
Modified: docs/manual/CoreTasks style.html
Log:
Remove stray semicolon.
PR: 34356
Submitted by: Jim Fuller
Revision Changes Path
1.39 +1 -1 ant/docs/manual/CoreTasks/style.html
Index: style.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/style.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- style.html 28 Mar 2005 23:22:11 -0000 1.38
+++ style.html 7 Apr 2005 19:40:17 -0000 1.39
@@ -349,7 +349,7 @@
<pre>
<xslt in="doc.xml" out="build/doc/output.xml"
style="style/apache.xsl">
- <outputproperty name="method" value="xml";/>
+ <outputproperty name="method" value="xml"/>
<outputproperty name="standalone" value="yes"/>
<outputproperty name="encoding"
value="iso8859_1"/>
<outputproperty name="indent" value="yes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]