Build fix.
This commit is contained in:
parent
6f54184dc6
commit
d5e33c00f0
@ -30,5 +30,5 @@ export function IsObjectEmpty (obj)
|
||||
|
||||
export function EscapeHtmlChars (str)
|
||||
{
|
||||
return str.replaceAll ('<', '<').replaceAll ('>', '>');
|
||||
return str.replace (/</g, '<').replace (/>/g, '>');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user