mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix inconsistent spacing of collapse all button
This commit is contained in:
parent
204e2bd442
commit
a36fc2d66c
@ -1404,8 +1404,7 @@ impl<'a> fmt::Display for Item<'a> {
|
||||
|
||||
try!(write!(fmt,
|
||||
r##"<span id='render-detail'>
|
||||
<a id="collapse-all" href="#">[-]
|
||||
</a> <a id="expand-all" href="#">[+]</a>
|
||||
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
|
||||
</span>"##));
|
||||
|
||||
// Write `src` tag
|
||||
|
Loading…
Reference in New Issue
Block a user