diff --git a/client/template.js b/client/template.js index e247613d6..c77f953ff 100644 --- a/client/template.js +++ b/client/template.js @@ -8,8 +8,6 @@ const template = async function(name, title='', props = {}){ }); const ogMetaTags = ogTags.join('\n'); - const cleanProps = JSON.stringify(props).replace(/<\/script/gi, '<\\\/script'); - return `
@@ -25,7 +23,7 @@ const template = async function(name, title='', props = {}){