]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 8 Dec 2021 15:08:12 +0000 (16:08 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 15:08:12 +0000 (16:08 +0100)
commit382426be34fe0d5fda38068bb60ed1ac06ebd4c8
treeaf6dac927b177d3de3ca96d52c01950c65ae6007
parent75e2f794dcfcdd6812070848e54651ec7fb8d740
parent4dd3f4e9ea820f0053abe624d2bdb3a8e4b10d5f
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle

Add missing whitespace before disabled HTML attribute

On the [w3c HTML checker](https://validator.w3.org/nu/#textarea), with the current generated HTML we get:

![Screenshot from 2021-12-07 15-10-38](https://user-images.githubusercontent.com/3050060/145044653-b38fb679-da76-4890-853f-b696d8fdc06e.png)

The problem was that we were telling tera to remove too many whitespace.

r? ````@notriddle````