diff options
Diffstat (limited to 'webAO/encoding.ts')
| -rw-r--r-- | webAO/encoding.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/encoding.ts b/webAO/encoding.ts index 3477d7b..697e1d0 100644 --- a/webAO/encoding.ts +++ b/webAO/encoding.ts @@ -52,5 +52,5 @@ export function decodeChat(estring: string): string { */ export function prepChat(msg: string): string { // TODO: make this less awful - return unescapeChat(decodeChat(msg)); + return safeTags(unescapeChat(decodeChat(msg))); } |
