MPLUGIN-85: Add missing whitespace between words on mojo description page
Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton o applied git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@634956 13f79535-47bb-0310-9956-ffa450edef68master
parent
d873932368
commit
4984c0249b
|
|
@ -275,7 +275,7 @@ public class PluginXdocGenerator
|
|||
{
|
||||
w.startElement( "li" );
|
||||
w.writeMarkup( getBundle( locale ).getString( "pluginxdoc.mojodescriptor.executePhase1" ) + " <code>" + value
|
||||
+ "</code>" + getBundle( locale ).getString( "pluginxdoc.mojodescriptor.executePhase2" ) + "." );
|
||||
+ "</code> " + getBundle( locale ).getString( "pluginxdoc.mojodescriptor.executePhase2" ) + "." );
|
||||
w.endElement(); //li
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue