It's better to not include a table in a paragraph

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-09-23 00:17:55 +00:00
parent e1ccb70b3e
commit 47defa6971

View File

@ -20,7 +20,6 @@
<document>
<properties>
<title>$overviewPageTitle</title>
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<section name="$overviewPageTitle">
@ -29,6 +28,7 @@
${overviewPageText}
<br/>
#end
</p>
<table>
#foreach ($project in $multiprojects)
<tr>
@ -41,7 +41,6 @@
</tr>
#end
</table>
</p>
</section>
</body>
</document>