1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-31 21:44:07 +00:00

added <br> to fix

This commit is contained in:
Zeno Rogue 2025-03-08 17:19:02 +01:00
parent 02dff7d074
commit 683cfac945

View File

@ -254,6 +254,7 @@ string fix(string s) {
rep("<font color='#FF4040'>", "");
rep("</font>", "");
rep("<br/>", "\n");
rep("<br>", "\n");
rep("*", "×");
rep("<li> ", " * ");
rep("<li>", "* ");