Skip to content

Commit 737090a

Browse files
committed
Fix broken a tag
This fixes the missing close `</a>` tag for the "previous" button.
1 parent fb4fa86 commit 737090a

File tree

1 file changed

+1
-0
lines changed
  • crates/mdbook-html/front-end/templates

1 file changed

+1
-0
lines changed

crates/mdbook-html/front-end/templates/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
{{else}}
228228
{{fa "solid" "angle-left"}}
229229
{{/if}}
230+
</a>
230231
{{/if}}
231232

232233
{{#if next}}

0 commit comments

Comments
 (0)