Skip to content

Commit 02428df

Browse files
committed
Change hyphen to minus in HTML template too
1 parent 4ade708 commit 02428df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ impl<'a> fmt::Display for Item<'a> {
14601460
try!(write!(fmt, "<span class='out-of-band'>"));
14611461
try!(write!(fmt,
14621462
r##"<span id='render-detail'>
1463-
<a id="toggle-all-docs" href="#" title="collapse all docs">[-]</a>
1463+
<a id="toggle-all-docs" href="#" title="collapse all docs">[]</a>
14641464
</span>"##));
14651465

14661466
// Write `src` tag

0 commit comments

Comments
 (0)