Skip to content

Commit 8c9200d

Browse files
Add missing backslash in HTML layout string
1 parent e1180f5 commit 8c9200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ crate fn render<T: Print, S: Print>(
105105
placeholder=\"Click or press ‘S’ to search, ‘?’ for more options…\" \
106106
type=\"search\">\
107107
</div>\
108-
<button type=\"button\" id=\"help-button\" title=\"help\">?</button>
108+
<button type=\"button\" id=\"help-button\" title=\"help\">?</button>\
109109
<a id=\"settings-menu\" href=\"{root_path}settings.html\" title=\"settings\">\
110110
<img src=\"{static_root_path}wheel{suffix}.svg\" \
111111
width=\"18\" height=\"18\" \

0 commit comments

Comments
 (0)