Skip to content

Commit

Permalink
Fix DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 16, 2024
1 parent 76a08df commit 9419088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gh-pages/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1>Clippy Lints</h1>
<li role="separator" class="divider"></li>
</ul>
</div>
<div class="btn-group", id="lint-applicabilities" tabindex="-1">
<div class="btn-group" id="lint-applicabilities" tabindex="-1">
<button type="button" class="btn btn-default dropdown-toggle">
Applicability
<span class="badge"></span>
Expand Down Expand Up @@ -186,8 +186,8 @@ <h2 class="panel-title">
{% if let Some(id_location) = lint.id_location %}
<div class="lint-additional-info-item">
<a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/{(id_location)}">View Source</a>
</div>
{% endif %}
</div>
</div>
</div>
</article>
Expand Down

0 comments on commit 9419088

Please sign in to comment.