mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
6 lines
218 B
Markdown
6 lines
218 B
Markdown
|
---
|
||
|
"astro": patch
|
||
|
---
|
||
|
|
||
|
`<link>` tags created by astro for optimized stylesheets now do not include the closing forward slash. This slash is optional for void elements such as link, but made some html validation fail.
|