fvtt-module-theatre icon indicating copy to clipboard operation
fvtt-module-theatre copied to clipboard

Show <br/>

Open zeteticl opened this issue 3 years ago • 2 comments

what is the problem?

image

zeteticl avatar May 05 '21 07:05 zeteticl

I got this error on nodejs and without other mod

zeteticl avatar May 12 '21 05:05 zeteticl

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");

tradiuz avatar Jun 28 '24 16:06 tradiuz