This is an automated email from the ASF dual-hosted git repository. maartenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit ad0b329c03389da5ac0adbab5efe6167cee3953c Author: Maarten Coene <[email protected]> AuthorDate: Tue Aug 18 02:44:17 2026 +0200 Align 'link' documentation to the left --- manual/Tasks/delete.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/Tasks/delete.html b/manual/Tasks/delete.html index 0cb8ec2d2..36b432423 100644 --- a/manual/Tasks/delete.html +++ b/manual/Tasks/delete.html @@ -71,11 +71,11 @@ <h3>Parameters</h3> </tr> <tr> <td>link</td> - <td>The symbolic link or Windows junction to delete, + <td class="left">The symbolic link or Windows junction to delete, specified as either the simple filename (if the link exists in the current base directory), a relative-path filename, or a full-path filename.<br/> - <em>since Ant 1.10.16</em>. + <em>Since Ant 1.10.16</em>. </td> </tr> <tr>
