o Fixed nesting of block-level elements
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@684481 13f79535-47bb-0310-9956-ffa450edef68master
parent
1a9739f878
commit
af24fd6d6d
|
|
@ -457,6 +457,7 @@ public class PluginReport
|
|||
// Configuration
|
||||
sink.paragraph();
|
||||
text( getBundle( locale ).getString( "report.plugin.usage.intro" ) );
|
||||
sink.paragraph_();
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
sb.append( "<project>" ).append( '\n' );
|
||||
|
|
@ -517,8 +518,8 @@ public class PluginReport
|
|||
|
||||
verbatimText( sb.toString() );
|
||||
|
||||
sink.paragraph();
|
||||
linkPatternedText( getBundle( locale ).getString( "report.plugin.configuration.end" ) );
|
||||
|
||||
sink.paragraph_();
|
||||
|
||||
endSection();
|
||||
|
|
|
|||
Loading…
Reference in New Issue