From 04b0589bc992bea00dfe9c76b9595f138abadf89 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Sat, 30 Mar 2002 18:50:09 +0000 Subject: [PATCH] Oops. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272112 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/dirname.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/dirname.html b/docs/manual/CoreTasks/dirname.html index e4a4f53fb..d7bbe697a 100644 --- a/docs/manual/CoreTasks/dirname.html +++ b/docs/manual/CoreTasks/dirname.html @@ -42,7 +42,7 @@ the directory will be the current directory.
  <dirname property="antfile.dir" file="${ant.file}"/>
will set antfile.dir to the directory path for ${ant.file}. -
  <dirname property="foo.dirname" file="foo.txt"
+
  <dirname property="foo.dirname" file="foo.txt"/>
will set foo.dirname to the current directory.