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-ffa450edef68
master
Benjamin Bentmann 2008-08-10 12:13:27 +00:00
parent 1a9739f878
commit af24fd6d6d
1 changed files with 2 additions and 1 deletions

View File

@ -457,6 +457,7 @@ public class PluginReport
// Configuration // Configuration
sink.paragraph(); sink.paragraph();
text( getBundle( locale ).getString( "report.plugin.usage.intro" ) ); text( getBundle( locale ).getString( "report.plugin.usage.intro" ) );
sink.paragraph_();
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
sb.append( "<project>" ).append( '\n' ); sb.append( "<project>" ).append( '\n' );
@ -517,8 +518,8 @@ public class PluginReport
verbatimText( sb.toString() ); verbatimText( sb.toString() );
sink.paragraph();
linkPatternedText( getBundle( locale ).getString( "report.plugin.configuration.end" ) ); linkPatternedText( getBundle( locale ).getString( "report.plugin.configuration.end" ) );
sink.paragraph_(); sink.paragraph_();
endSection(); endSection();