Skip to content

Commit f9ab855

Browse files
committed
Fix incorrect span tag
This fixes a typo where the span tag in the rule link had an incorrect slash in it.
1 parent d01f991 commit f9ab855

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)