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 bae64fa commit 5e4a116Copy full SHA for 5e4a116
packages/live-elements-web-server/view/PageProperties.lv
@@ -32,7 +32,7 @@ component PageProperties{
32
if ( this.children[i].children.length > 0 ){
33
const t = this.children[i].children[0]
34
if ( t instanceof T ){
35
- script.innerHTML = t.text
+ script.textContent = t.text
36
}
37
if ( script.src )
38
script.src = this.children[i].src
0 commit comments