Skip to content

Commit

Permalink
Update lib/asset-js.js
Browse files Browse the repository at this point in the history
Co-authored-by: William Killerud <william@killerud.com>
  • Loading branch information
digitalsadhu and wkillerud authored Aug 18, 2024
1 parent 150b6e2 commit d48ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default class PodiumAssetJs {
({ key, value }) => `data-${key}="${value}";`,
);
}
return [`${key}="${value}";`];
return [`${key}=${value};`];
});
return `<${this.#value}>; ${attrs.join(' ')}`;
}
Expand Down

0 comments on commit d48ebd9

Please sign in to comment.