diff options
| author | René Kijewski <rene.kijewski@fu-berlin.de> | 2024-10-20 14:47:01 +0200 |
|---|---|---|
| committer | René Kijewski <rene.kijewski@fu-berlin.de> | 2024-10-20 14:47:01 +0200 |
| commit | 2a5de352a140083ec193e4c53de47c4567db74ee (patch) | |
| tree | a1295844f8f9130133808167ee1a5bd1834e71de | |
| parent | 5678531c6d30fd50aeda2e6c652818c667fa5bd6 (diff) | |
| download | rust-2a5de352a140083ec193e4c53de47c4567db74ee.tar.gz rust-2a5de352a140083ec193e4c53de47c4567db74ee.zip | |
docs: remove stray comma
| -rw-r--r-- | util/gh-pages/index_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/gh-pages/index_template.html b/util/gh-pages/index_template.html index 37514a0b2ac..012d4806c6c 100644 --- a/util/gh-pages/index_template.html +++ b/util/gh-pages/index_template.html @@ -104,7 +104,7 @@ Otherwise, have a great day =^.^= <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">4</span> {#+ #} |
