1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-12 07:42:08 +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
+1
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>", "* ");