Fix inconsistent spacing of collapse all button
This commit is contained in:
@@ -1404,8 +1404,7 @@ impl<'a> fmt::Display for Item<'a> {
|
|||||||
|
|
||||||
try!(write!(fmt,
|
try!(write!(fmt,
|
||||||
r##"<span id='render-detail'>
|
r##"<span id='render-detail'>
|
||||||
<a id="collapse-all" href="#">[-]
|
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
|
||||||
</a> <a id="expand-all" href="#">[+]</a>
|
|
||||||
</span>"##));
|
</span>"##));
|
||||||
|
|
||||||
// Write `src` tag
|
// Write `src` tag
|
||||||
|
|||||||
Reference in New Issue
Block a user