mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
replace all instances of escapes/translated descriptions
This commit is contained in:
parent
005bc44bc1
commit
088e6f2c54
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
export const msgToReal = (msg) => (msg.replace('<', '<').replace('\n', '<br />'))
|
||||
export const msgToReal = (msg) => (msg.replace(/</g, '<').replace(/\n/g, '<br />'))
|
||||
|
|
Loading…
Add table
Reference in a new issue