diff --git a/src/components/inputField.ts b/src/components/inputField.ts index 064bfae29..ba248be79 100644 --- a/src/components/inputField.ts +++ b/src/components/inputField.ts @@ -184,7 +184,7 @@ let init = () => { // console.log(html.replace(/ (style|class|id)=".+?"/g, '')); html = html.replace(//, ''); - html = html.replace(//, ''); + html = html.replace(//, ''); html = html.replace('
', ''); const match = html.match(/([\s\S]*)<\/body>/);