League-of-Foundry-Developers / fvtt-module-theatre

GNU General Public License v3.0
32 stars 40 forks source link

Show <br/> #30

Open zeteticl opened 3 years ago

zeteticl commented 3 years ago

what is the problem?

image

zeteticl commented 3 years ago

I got this error on nodejs and without other mod

tradiuz commented 4 months ago

https://github.com/League-of-Foundry-Developers/fvtt-module-theatre/blob/3655e4d7ca5b69e8ef926bc87b0896b7670c6c49/src/module.js#L270

This looks like it could be fixed by changing the replace to include both <br> and <br />

textContent = textContent.replace(/<br(| \/)>/g, "\n");