diff --git a/Core.js b/Core.js index c3441b3..9017b11 100644 --- a/Core.js +++ b/Core.js @@ -286,7 +286,7 @@ class SimonUp { html = html.replace(/\^(\d+)\[([^\]]+)\]\^/g, '[$1]'); // 7. ESCAPE ZURĂśCKWANDELN - html = html.replace(//g, (match, code) => String.fromCharCode(parseInt(code))); + html = html.replace(/``/g, (match, code) => String.fromCharCode(parseInt(code))); return html; }