]> git.lizzy.rs Git - rust.git/commitdiff
Change hyphen to minus in HTML template too
authorRory O’Kane <rory@roryokane.com>
Mon, 27 Apr 2015 06:26:58 +0000 (02:26 -0400)
committerRory O’Kane <rory@roryokane.com>
Mon, 27 Apr 2015 06:26:58 +0000 (02:26 -0400)
src/librustdoc/html/render.rs

index 1993f03efd1fabbc8e7539be2ec4b93f57fe9e55..cf975084e2b71fe0d1303dd5bb2868337784aa87 100644 (file)
@@ -1460,7 +1460,7 @@ fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
         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