This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 382426b
authored
Rollup merge of rust-lang#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:

The problem was that we were telling tera to remove too many whitespace.
r? ````@notriddle````1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments