Skip to content

Commit 70ff5df

Browse files
authored
Merge pull request #1995 from ehuss/fix-end-span
Fix incorrect span tag
2 parents a135230 + f9ab855 commit 70ff5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook-spec/src/rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Spec {
107107
}
108108
format!(
109109
"<div class=\"rule\" id=\"r-{rule_id}\">\
110-
<a class=\"rule-link\" href=\"#r-{rule_id}\" title=\"{rule_id}\"><span>[{rule_id_broken}]</span/></a>\n\
110+
<a class=\"rule-link\" href=\"#r-{rule_id}\" title=\"{rule_id}\"><span>[{rule_id_broken}]</span></a>\n\
111111
{test_link}\
112112
</div>\n\
113113
{test_popup}\n",

0 commit comments

Comments
 (0)