提交 02428dfd 编写于 作者: R Rory O’Kane

Change hyphen to minus in HTML template too

上级 4ade7080
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册