Valid xhtml.
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index e3d030a..be3025c 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -120,11 +120,11 @@
</thead>
<tbody>
<tr>
- <tr>
<td><code>enabled</code></td>
<td>If set to <code>true</code> coverage data will be collected for the contained task.</td>
<td><code>true</code></td>
</tr>
+ <tr>
<td><code>destfile</code></td>
<td>Path to the output file for execution data.</td>
<td><code>jacoco.exec</code></td>
@@ -203,7 +203,7 @@
<tr>
<td><code>enabled</code></td>
<td>When this variable is set to <code>false</code> the value of <code>property</code> will be set to an empty string, effectively
- disabling coverage instrumentation for any tasks that used the value</td>
+ disabling coverage instrumentation for any tasks that used the value.</td>
<td><code>true</code></td>
</tr>
<tr>