We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3a886 commit 7166c2dCopy full SHA for 7166c2d
packages/svelte/src/internal/server/index.js
@@ -61,7 +61,7 @@ export function element(payload, tag, attributes_fn = noop, children_fn = noop)
61
payload.out += '<!---->';
62
63
if (tag) {
64
- payload.out += `<${tag} `;
+ payload.out += `<${tag}`;
65
attributes_fn();
66
payload.out += `>`;
67
0 commit comments