Fix an extra space in the <pre>
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/30722933 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/30722933 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/30722933 Branch: refs/heads/master Commit: 3072293399420e4190764194f8fb17cc2b87fd66 Parents: 66adc2e Author: Razzi Abuissa <[email protected]> Authored: Sun Mar 1 22:54:52 2015 -0500 Committer: Razzi Abuissa <[email protected]> Committed: Sun Mar 1 22:54:52 2015 -0500 ---------------------------------------------------------------------- manual/using.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/30722933/manual/using.html ---------------------------------------------------------------------- diff --git a/manual/using.html b/manual/using.html index 3b6e85d..4adb38b 100644 --- a/manual/using.html +++ b/manual/using.html @@ -172,7 +172,7 @@ task instances at all, only proxies. <!-- set global properties for this build --> <property name="src" location="src"/> <property name="build" location="build"/> - <property name="dist" location="dist"/> + <property name="dist" location="dist"/> <target name="init"> <!-- Create the time stamp -->
