Skip to content

Commit

Permalink
Fix html for ordered histgrowth missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Heringer committed Oct 17, 2024
1 parent 8b77be5 commit 1c3e673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@ pub fn write_histgrowth_html<W: Write>(
<div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
{{{nav}}}
</div>
<div class="tab-content w-100" id="v-pills-tabContent">{{#if hist_content}}
<div class="tab-content w-100" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-info" role="tabpanel" aria-labelledby="v-pills-info-tab">
{{{info_content}}}
</div>
</div>{{#if hist_content}}
<div class="tab-pane fade {{#unless info_content}} show active{{/unless}}" id="v-pills-hist" role="tabpanel" aria-labelledby="v-pills-hist-tab">
{{{hist_content}}}
</div>{{/if}}
Expand Down

0 comments on commit 1c3e673

Please sign in to comment.