1
Fork 0

Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notriddle

Add missing whitespace after attribute in HTML template

Firefox (even though it worked) highlights it as red when you look at the source code because there is a missing whitespace.

r? `@notriddle`
This commit is contained in:
Guillaume Gomez 2021-07-26 16:04:39 +02:00 committed by GitHub
commit 12c2092adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@
</select> {#- -#} </select> {#- -#}
{%- endif -%} {%- endif -%}
<input {# -#} <input {# -#}
class="search-input"{# -#} class="search-input" {# -#}
name="search" {# -#} name="search" {# -#}
disabled {# -#} disabled {# -#}
autocomplete="off" {# -#} autocomplete="off" {# -#}