OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

fixes unsupported self closing divs #8738

Closed HermesSbicego-Laser closed 10 months ago

HermesSbicego-Laser commented 10 months ago

Self-closing syntax (/>)…used on a non-void HTML element. Ignoring the slash and treating as a start tag. Self-closing div is not a W3C valid markup