summaryrefslogtreecommitdiff
path: root/manual/tutorial-tasks-filesets-properties.html
diff options
context:
space:
mode:
authortwogee <g.grigelionis@gmail.com>2019-03-01 22:34:05 +0100
committertwogee <g.grigelionis@gmail.com>2019-03-02 19:22:10 +0100
commit9e1bd1445d4269320e861ed05845e48e57f6f762 (patch)
tree5b616e4fc52b07b6f9e5fc20debc1a52f143e5fb /manual/tutorial-tasks-filesets-properties.html
parent6e96e43111c578a941797e9caa00db43423cf798 (diff)
downloadant-9e1bd1445d4269320e861ed05845e48e57f6f762.tar.gz
Incorrect HTML
Diffstat (limited to 'manual/tutorial-tasks-filesets-properties.html')
-rw-r--r--manual/tutorial-tasks-filesets-properties.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html
index a21182661..22946fd3d 100644
--- a/manual/tutorial-tasks-filesets-properties.html
+++ b/manual/tutorial-tasks-filesets-properties.html
@@ -806,21 +806,18 @@ open a GitHub pull request. For both we need some information:</p>
<table>
<tr>
-<!-- this is an empty "table head" -->
-</tr>
-<tr>
- <th scope="col">subject</th>
+ <th scope="row">subject</th>
<td><em>short description</em></td>
<td>Task for finding files in a path</td>
</tr>
<tr>
- <th scope="col">body</th>
+ <th scope="row">body</th>
<td><em>more details about the path</em></td>
<td>This new task looks inside a nested <code>&lt;path/&gt;</code> for occurrences of a file and stores all locations
as a property. See the included manual for details.</td>
</tr>
<tr>
- <th scope="col">pull request reference</th>
+ <th scope="row">pull request reference</th>
<td><em>GitHub pull request URL</em></td>
<td>https://github.com/apache/ant/pull/0</td>
</tr>