diff --git a/app/stage/protyle/js/protyle-html.js b/app/stage/protyle/js/protyle-html.js index 972ddeae2..6ba4edd53 100644 --- a/app/stage/protyle/js/protyle-html.js +++ b/app/stage/protyle/js/protyle-html.js @@ -15,7 +15,11 @@ class ProtyleHtml extends HTMLElement { if (name === 'data-content') { const dataContent = Lute.UnEscapeHTMLStr( this.getAttribute('data-content')) - this.display.innerHTML = dataContent + if (dataContent.startsWith('${dataContent}` + } const el = document.createElement('div') el.innerHTML = dataContent