We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44c6ed commit a245642Copy full SHA for a245642
src/librustdoc/html/layout.rs
@@ -114,7 +114,7 @@ crate fn render<T: Print, S: Print>(
114
{after_content}\
115
<div id=\"rustdoc-vars\" data-root-path=\"{root_path}\" data-current-crate=\"{krate}\" \
116
data-search-index-js=\"{root_path}search-index{suffix}.js\" \
117
- data-search-js=\"{root_path}search{suffix}.js\"></div>
+ data-search-js=\"{static_root_path}search{suffix}.js\"></div>
118
<script src=\"{static_root_path}main{suffix}.js\"></script>\
119
{extra_scripts}\
120
</body>\
0 commit comments