Open zeteticl opened 3 years ago
what is the problem?
I got this error on nodejs and without other mod
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 />
<br>
<br />
textContent = textContent.replace(/<br(| \/)>/g, "\n");
what is the problem?