Browse Source

Fix up minor mangling of HTML

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267681 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 25 years ago
parent
commit
3a94f3d9dc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/index.html

+ 2
- 2
docs/index.html View File

@@ -39,7 +39,7 @@
<hr> <hr>
<h2><a name="introduction">Introduction</a></h2> <h2><a name="introduction">Introduction</a></h2>
<p>Ant is a Java based build tool. In theory it is kind of like make without <p>Ant is a Java based build tool. In theory it is kind of like make without
makes wrinkles.</p>
make's wrinkles.</p>
<h3>Why?</h3> <h3>Why?</h3>
<p>Why another build tool when there is already make, gnumake, nmake, jam, and <p>Why another build tool when there is already make, gnumake, nmake, jam, and
others? Because all of those tools have limitations that its original author others? Because all of those tools have limitations that its original author
@@ -784,7 +784,7 @@ repository pointed to by the cvsRoot attribute, and stores the files in &quot;${
<p>updates the package/module that has previously been checked out into <p>updates the package/module that has previously been checked out into
&quot;${ws.dir}&quot;.</p> &quot;${ws.dir}&quot;.</p>
<hr> <hr>
<td valign="top">comma separated list of filenam<h2><a name="delete">Delete</a></h2>
<h2><a name="delete">Delete</a></h2>
<h3>Description</h3> <h3>Description</h3>
<p>Deletes either a single file or <p>Deletes either a single file or
all files in a specified directory and its sub-directories.</p> all files in a specified directory and its sub-directories.</p>


Loading…
Cancel
Save