Skip to content

Commit

Permalink
fix(module): fix noscript style
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Dec 14, 2023
1 parent 605e778 commit 9ce619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/description.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export function getStyleDescription(children, noScript = false) {

export function getNoScriptDescription(textContent) {
return {
textContent
innerHTML: textContent
};
}

0 comments on commit 9ce619a

Please sign in to comment.