Remove trailing slash on void HTML elements (#2009)
According to the W3C's HTML validator, trailing slashes in void-element have no effect, and might interact badly in some cases. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
69e162e5fe
commit
c16788f991
8 changed files with 12 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
</summary>
|
||||
|
||||
<hr/>
|
||||
<hr>
|
||||
|
||||
{{ if (index $definition "x-addedInMatrixVersion") }}
|
||||
{{ partial "added-in" (dict "v" (index $definition "x-addedInMatrixVersion")) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue