0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/packages
firefoxic e4a6462751
fix: void elements (#10493)
* Fix void elements

HTML is not XML. It doesn't have self-closing tags, it has void element tags that don't need closing slashes.

Now generated void elements (e.g. link with path to style file) do not pass validation, which can be easily fixed by simply removing two characters.

* Add changeset

* Apply suggestions from code review

---------

Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-03-19 20:21:08 +05:30
..
astro fix: void elements (#10493) 2024-03-19 20:21:08 +05:30
astro-prism
astro-rss
create-astro fix(packages/create-astro): wait for writeFile to complete in updateFiles (#10487) 2024-03-19 08:07:42 +00:00
db db: Expose aggregation helpers (#10479) 2024-03-19 08:56:48 +00:00
integrations [ci] release (#10471) 2024-03-18 22:36:58 +05:30
internal-helpers [ci] release (#10365) 2024-03-11 10:25:30 +00:00
markdown/remark Revert "[ci] format" (#10417) 2024-03-13 09:55:24 +00:00
telemetry Revert "[ci] format" (#10417) 2024-03-13 09:55:24 +00:00
underscore-redirects
upgrade