Skip to content

Commit

Permalink
Removing divs, as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Nov 11, 2024
1 parent 22cb35b commit 0bb7851
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ protected void addPackagesSummary(Content summariesList) {
addIndirectPackages(aepTable, filteredIndirectPackages);
section.add(aepTable);
//add the preview box:
section.add(HtmlTree.DIV(HtmlTree.BR()));
section.add(HtmlTree.DIV(HtmlTree.BR()));
section.add(HtmlTree.BR());
section.add(HtmlTree.BR());
HtmlId previewRequiresTransitiveId = HtmlId.of("preview-requires-transitive-java.base");
var previewDiv = HtmlTree.DIV(HtmlStyles.previewBlock);
previewDiv.setId(previewRequiresTransitiveId);
Expand Down

0 comments on commit 0bb7851

Please sign in to comment.