Skip to content

Commit

Permalink
[MDEP-841] Explicitly start and end tables with Doxia Sinks in report…
Browse files Browse the repository at this point in the history
… renderers
  • Loading branch information
michael-o committed Jan 6, 2023
1 parent 799ff97 commit 4b478d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public void generateReport(ProjectDependencyAnalysis analysis, Sink sink, Resour
*/
public void generateDependenciesTable(Sink sink, Iterator<Artifact> iter) {
sink.table();
sink.tableRows(null, false);

sink.tableRow();
sink.tableCell();
Expand Down Expand Up @@ -207,6 +208,7 @@ public void generateDependenciesTable(Sink sink, Iterator<Artifact> iter) {
sink.tableRow_();
}

sink.tableRows_();
sink.table_();
sink.horizontalRule();
}
Expand Down

0 comments on commit 4b478d6

Please sign in to comment.