1
Fork 0

Fix display of small-section-header elements

This commit is contained in:
Guillaume Gomez 2021-07-08 17:49:06 +02:00
parent ac8c3bfffb
commit 1f84bffdf0
2 changed files with 1 additions and 6 deletions

View file

@ -1027,7 +1027,7 @@ fn render_assoc_items(
write!(
w,
"<h2 id=\"deref-methods\" class=\"small-section-header\">\
Methods from {trait_}&lt;Target = {type_}&gt;\
<span>Methods from {trait_}&lt;Target = {type_}&gt;</span>\
<a href=\"#deref-methods\" class=\"anchor\"></a>\
</h2>",
trait_ = trait_.print(cx),