mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Add missing backslash in HTML layout string
This commit is contained in:
parent
e1180f521f
commit
8c9200d045
@ -105,7 +105,7 @@ crate fn render<T: Print, S: Print>(
|
||||
placeholder=\"Click or press ‘S’ to search, ‘?’ for more options…\" \
|
||||
type=\"search\">\
|
||||
</div>\
|
||||
<button type=\"button\" id=\"help-button\" title=\"help\">?</button>
|
||||
<button type=\"button\" id=\"help-button\" title=\"help\">?</button>\
|
||||
<a id=\"settings-menu\" href=\"{root_path}settings.html\" title=\"settings\">\
|
||||
<img src=\"{static_root_path}wheel{suffix}.svg\" \
|
||||
width=\"18\" height=\"18\" \
|
||||
|
Loading…
Reference in New Issue
Block a user