From f9ab8559fe76f9184c6a356dcc13e996ece94d71 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 12 Sep 2025 12:57:27 -0700 Subject: [PATCH] Fix incorrect span tag This fixes a typo where the span tag in the rule link had an incorrect slash in it. --- mdbook-spec/src/rules.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbook-spec/src/rules.rs b/mdbook-spec/src/rules.rs index 1c33d433cf..8c3e9a3a0e 100644 --- a/mdbook-spec/src/rules.rs +++ b/mdbook-spec/src/rules.rs @@ -107,7 +107,7 @@ impl Spec { } format!( "
\ - [{rule_id_broken}]\n\ + [{rule_id_broken}]\n\ {test_link}\
\n\ {test_popup}\n",