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.