mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 09:05:40 -05:00
Fix broken a tag
This fixes the missing close `</a>` tag for the "previous" button.
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
{{else}}
|
||||
{{fa "solid" "angle-left"}}
|
||||
{{/if}}
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
{{#if next}}
|
||||
|
||||
Reference in New Issue
Block a user