diff options
| -rw-r--r-- | src/librustdoc/html/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/templates/page.html b/src/librustdoc/html/templates/page.html index 9b1bef5e447..cc9c488db7c 100644 --- a/src/librustdoc/html/templates/page.html +++ b/src/librustdoc/html/templates/page.html @@ -83,7 +83,7 @@ </select> {#- -#} {%- endif -%} <input {# -#} - class="search-input"{# -#} + class="search-input" {# -#} name="search" {# -#} disabled {# -#} autocomplete="off" {# -#} |
