mirror of https://github.com/sveltejs/svelte
Remove JSON.stringify used to encode HTML attributes in SSR. Replace with concatenation of double quotes before and after the value. Fixes #4240
parent
6deb57a31c
commit
52d81f9987
@ -1,3 +1,8 @@
|
||||
<input value="
|
||||
bar
|
||||
" />
|
||||
">
|
||||
|
||||
<input class="
|
||||
white
|
||||
space
|
||||
">
|
Loading…
Reference in new issue