mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 17:08:47 +08:00
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:
parent
4e73190ae5
commit
9644ceda1f
@ -10,4 +10,4 @@
|
||||
}
|
||||
|
||||
@* 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>
|
@ -10,4 +10,4 @@
|
||||
}
|
||||
|
||||
@* 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>
|
||||
|
Loading…
Reference in New Issue
Block a user