Browse Source

Remove stray semicolon.

PR: 34356
Submitted by: Jim Fuller


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278116 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
85cb24b8eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/style.html

+ 1
- 1
docs/manual/CoreTasks/style.html View File

@@ -349,7 +349,7 @@ attribute.</p>
<pre>
&lt;xslt in=&quot;doc.xml&quot; out=&quot;build/doc/output.xml&quot;
style=&quot;style/apache.xsl&quot;&gt;
&lt;outputproperty name=&quot;method&quot; value=&quot;xml&quot;;/&gt;
&lt;outputproperty name=&quot;method&quot; value=&quot;xml&quot;/&gt;
&lt;outputproperty name=&quot;standalone&quot; value=&quot;yes&quot;/&gt;
&lt;outputproperty name=&quot;encoding&quot; value=&quot;iso8859_1&quot;/&gt;
&lt;outputproperty name=&quot;indent&quot; value=&quot;yes&quot;/&gt;


Loading…
Cancel
Save