0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/neat-boats-shake.md
Simon H aef245364c
fix: only escape characters in SSR template (#10555)
Adjusts the escaping mechanism done for server compilation. For template literals it's now only applied when explicitly told, which is the case for generated literals from the html template. Fixes a bug where a template literal string inside the `@html` tag was wrongfully escaped (https://github.com/sveltejs/svelte/issues/10359#issuecomment-1949678228)
2024-02-20 13:33:14 +01:00

69 B

svelte
patch

fix: only escape characters in SSR template