close table rows to avoid ArrayIndexOutOfBoundsException

git-svn-id: https://svn.apache.org/repos/asf/maven/ant-tasks/trunk@1091756 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/reference.apt b/src/site/apt/reference.apt
index e5bc5c0..32b8954 100644
--- a/src/site/apt/reference.apt
+++ b/src/site/apt/reference.apt
@@ -281,14 +281,14 @@
 *------------------+--------------------------------------------------------+--------------+-------------+
 | <<Attribute>>    | <<Description>>                                        | <<Required>> | << Since >> |
 *------------------+--------------------------------------------------------+--------------+-------------+
-| <<<file>>>       | The file of the POM to load.                           | Yes          |
-*------------------+--------------------------------------------------------+--------------+
-| <<<id>>>         | The reference ID of this POM.                          | No           |
-*------------------+--------------------------------------------------------+--------------+
-| <<<refid>>>      | The reference ID to use a previously defined POM.      | No           |
-*------------------+--------------------------------------------------------+--------------+
+| <<<file>>>       | The file of the POM to load.                           | Yes          |             |
+*------------------+--------------------------------------------------------+--------------+-------------+
+| <<<id>>>         | The reference ID of this POM.                          | No           |             |
+*------------------+--------------------------------------------------------+--------------+-------------+
+| <<<refid>>>      | The reference ID to use a previously defined POM.      | No           |             |
+*------------------+--------------------------------------------------------+--------------+-------------+
 | <<<inheritAllProperties>>>  | If set to true, all Ant properties will be passed to the Maven POM.  If set to false, only user (command-line) properties will be passed.  Defaults to true.   | No    | 2.1.0 |
-*------------------+--------------------------------------------------------+--------------+
+*------------------+--------------------------------------------------------+--------------+-------------+
 | <<<settingsFile>>>  | The settings file to use. Defaults to <<<$\{user.home\}/.ant/settings.xml>>> or if that doesn't exist <<<$\{user.home\}/.m2/settings.xml>>>. | No | 2.0.6 |
 *---------------------+--------------------------------------------------------------------------+-------------------------------------------------+-------------+