Browse Source

Fix an extra space in the <pre>

master
Razzi Abuissa 10 years ago
parent
commit
3072293399
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/using.html

+ 1
- 1
manual/using.html View File

@@ -172,7 +172,7 @@ task instances at all, only proxies.
&lt;!-- set global properties for this build --&gt;
&lt;property name=&quot;src&quot; location=&quot;src&quot;/&gt;
&lt;property name=&quot;build&quot; location=&quot;build&quot;/&gt;
&lt;property name=&quot;dist&quot; location=&quot;dist&quot;/&gt;
&lt;property name=&quot;dist&quot; location=&quot;dist&quot;/&gt;

&lt;target name=&quot;init&quot;&gt;
&lt;!-- Create the time stamp --&gt;


Loading…
Cancel
Save