pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
227 stars 53 forks source link

Implement quick fix for issue #94 (newlines in MOTD) #103

Closed bmgxyz closed 4 years ago

bmgxyz commented 4 years ago

It's not pretty, but it seems to work. Basically just replaces \n with <br> on the backend. The newline renders properly on the frontend, and document.title replaces it with / so both lines are displayed. Doesn't seem to affect color rendering.

pdinklag commented 4 years ago

I don't know what would be pretty. Thank you very much! I'll merge it into a separate branch later and then into the master, because I'll need to update the minified JavaScript.