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:
commit
12c2092adb
1 changed files with 1 additions and 1 deletions
|
@ -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" {# -#}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue