Skip to content

Commit

Permalink
Change hyphen to minus in HTML template too
Browse files Browse the repository at this point in the history
  • Loading branch information
roryokane committed Apr 27, 2015
1 parent 4ade708 commit 02428df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/render.rs
Expand Up @@ -1460,7 +1460,7 @@ impl<'a> fmt::Display for Item<'a> {
try!(write!(fmt, "<span class='out-of-band'>"));
try!(write!(fmt,
r##"<span id='render-detail'>
<a id="toggle-all-docs" href="#" title="collapse all docs">[-]</a>
<a id="toggle-all-docs" href="#" title="collapse all docs">[]</a>
</span>"##));

// Write `src` tag
Expand Down

0 comments on commit 02428df

Please sign in to comment.