self closing divs ar not a W3C valid markup: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag. (#8738)

This commit is contained in:
Hermes Sbicego 2023-11-17 21:44:27 +01:00 committed by GitHub
parent 4e73190ae5
commit 9644ceda1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@
} }
@* Don't render the audio tag as thumbnails or the whole file is downloaded automatically by browsers *@ @* Don't render the audio tag as thumbnails or the whole file is downloaded automatically by browsers *@
<div class="media-thumbnail media-thumbnail-@contentItem.ContentType.HtmlClassify() mime-type-@media.MimeType.HtmlClassify()" /> <div class="media-thumbnail media-thumbnail-@contentItem.ContentType.HtmlClassify() mime-type-@media.MimeType.HtmlClassify()"></div>

View File

@ -10,4 +10,4 @@
} }
@* Don't render the video tag as thumbnails or the whole file is downloaded automatically by browsers *@ @* Don't render the video tag as thumbnails or the whole file is downloaded automatically by browsers *@
<div class="media-thumbnail media-thumbnail-@contentItem.ContentType.HtmlClassify() mime-type-@media.MimeType.HtmlClassify()" /> <div class="media-thumbnail media-thumbnail-@contentItem.ContentType.HtmlClassify() mime-type-@media.MimeType.HtmlClassify()"></div>