Skip to content

Commit

Permalink
Fixed regression in the maven site rendering (#537)
Browse files Browse the repository at this point in the history
Fixed #536 : Regression in the maven site rendering due to Doxia change to HTML 5
  • Loading branch information
sultan authored Jan 26, 2022
1 parent c63ee83 commit dbdef5b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,12 @@ public String getText( String key )

protected void renderWarningIcon()
{
sink.figure();
sink.figureGraphics( "images/icon_warning_sml.gif" );
sink.figure_();
}

protected void renderSuccessIcon()
{
sink.figure();
sink.figureGraphics( "images/icon_success_sml.gif" );
sink.figure_();
}

protected boolean equals( ArtifactVersion v1, ArtifactVersion v2 )
Expand Down

0 comments on commit dbdef5b

Please sign in to comment.