mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Rollup merge of #97518 - badboy:rustdoc-ul-div-fix, r=notriddle
Fix order of closing HTML elements in rustdoc output Initially reported here: https://users.rust-lang.org/t/documentation-itself-parsed-error/76232
This commit is contained in:
commit
f68c532e6f
@ -1764,7 +1764,7 @@ fn print_sidebar(cx: &Context<'_>, it: &clean::Item, buffer: &mut Buffer) {
|
||||
write!(buffer, "<li class=\"version\">Version {}</li>", Escape(version));
|
||||
}
|
||||
write!(buffer, "<li><a id=\"all-types\" href=\"all.html\">All Items</a></li>");
|
||||
buffer.write_str("</div></ul>");
|
||||
buffer.write_str("</ul></div>");
|
||||
}
|
||||
|
||||
match *it.kind {
|
||||
|
Loading…
Reference in New Issue
Block a user