1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-21 02:03:16 +00:00

rogueviz::seuphorica:: use a nicer multiplication sign now

This commit is contained in:
Zeno Rogue 2025-03-08 16:38:05 +01:00
parent 92419ccd25
commit 27e0e8db34

View File

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