[MPLUGIN-74] Explicitly control layout of tables generated for parameters of mojo description

Submitted by: Benjamin Bentmann
Reviewed by: Dennis Lundberg

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@629251 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2008-02-19 22:22:37 +00:00
parent 0546441dcc
commit 86eb6a47a0
1 changed files with 2 additions and 0 deletions

View File

@ -419,6 +419,8 @@ public class PluginXdocGenerator
w.addAttribute( "name", title );
w.startElement( "table" );
w.addAttribute( "border", "0" );
w.addAttribute( "align", "left" );
w.startElement( "tr" );
w.startElement( "th" );