From 737090abf15b0fc3bd4fac276148ea61aeada334 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 15 Sep 2025 20:17:11 -0700 Subject: [PATCH] Fix broken a tag This fixes the missing close `` tag for the "previous" button. --- crates/mdbook-html/front-end/templates/index.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/mdbook-html/front-end/templates/index.hbs b/crates/mdbook-html/front-end/templates/index.hbs index d6b53a9d..b1834189 100644 --- a/crates/mdbook-html/front-end/templates/index.hbs +++ b/crates/mdbook-html/front-end/templates/index.hbs @@ -227,6 +227,7 @@ {{else}} {{fa "solid" "angle-left"}} {{/if}} + {{/if}} {{#if next}}