Skip to content

Commit 7166c2d

Browse files
committed
fix
1 parent af3a886 commit 7166c2d

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/server

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function element(payload, tag, attributes_fn = noop, children_fn = noop)
6161
payload.out += '<!---->';
6262

6363
if (tag) {
64-
payload.out += `<${tag} `;
64+
payload.out += `<${tag}`;
6565
attributes_fn();
6666
payload.out += `>`;
6767

0 commit comments

Comments
 (0)