diff --git a/source/engine/core/core.js b/source/engine/core/core.js index 13076a3..cba8113 100644 --- a/source/engine/core/core.js +++ b/source/engine/core/core.js @@ -30,5 +30,5 @@ export function IsObjectEmpty (obj) export function EscapeHtmlChars (str) { - return str.replaceAll ('<', '<').replaceAll ('>', '>'); + return str.replace (//g, '>'); }