Fix display of small-section-header elements
This commit is contained in:
parent
ac8c3bfffb
commit
1f84bffdf0
2 changed files with 1 additions and 6 deletions
|
@ -1027,7 +1027,7 @@ fn render_assoc_items(
|
|||
write!(
|
||||
w,
|
||||
"<h2 id=\"deref-methods\" class=\"small-section-header\">\
|
||||
Methods from {trait_}<Target = {type_}>\
|
||||
<span>Methods from {trait_}<Target = {type_}></span>\
|
||||
<a href=\"#deref-methods\" class=\"anchor\"></a>\
|
||||
</h2>",
|
||||
trait_ = trait_.print(cx),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue