From bd0a140f14bed3dc663974243a1d63f9c3a7d097 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 9 Jul 2026 18:23:38 +0200 Subject: [PATCH] Update Core.js --- Core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core.js b/Core.js index 9a9e124..4b44bdd 100644 --- a/Core.js +++ b/Core.js @@ -217,7 +217,7 @@ class SimonUp { const escapes = []; html = html.replace(/\\(.)/g, function(match, char) { escapes.push(char); - return ``; + return ''; }); html = html.replace(/\/\/(\s|$)/g, '$1'); @@ -423,4 +423,4 @@ class SimonUp { return processed.join('\n'); } -} \ No newline at end of file +} \ No newline at end of file