diff --git a/client/homebrew/pages/errorPage/errors/errorIndex.js b/client/homebrew/pages/errorPage/errors/errorIndex.js index fe8e505e5..63cb2619f 100644 --- a/client/homebrew/pages/errorPage/errors/errorIndex.js +++ b/client/homebrew/pages/errorPage/errors/errorIndex.js @@ -5,7 +5,7 @@ const loginUrl = 'https://www.naturalcrit.com/login'; // Prevent parsing text (e.g. document titles) as markdown const escape = (text) => { - return text.split('').map(char => `\\${char}`).join(''); + return text.split('').map(char => `&#${char.charCodeAt(0)};`).join(''); }; //001-050 : Brew errors