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-ffa450edef68
master
Vincent Siveton 2008-03-08 13:30:33 +00:00
parent d873932368
commit 4984c0249b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}