mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
rogueviz::seuphorica:: use a nicer multiplication sign now
This commit is contained in:
@@ -254,6 +254,7 @@ string fix(string s) {
|
|||||||
rep("<font color='#FF4040'>", "");
|
rep("<font color='#FF4040'>", "");
|
||||||
rep("</font>", "");
|
rep("</font>", "");
|
||||||
rep("<br/>", "\n");
|
rep("<br/>", "\n");
|
||||||
|
rep("*", "×");
|
||||||
rep("<li> ", " * ");
|
rep("<li> ", " * ");
|
||||||
rep("<li>", "* ");
|
rep("<li>", "* ");
|
||||||
rep("</li>", "\n");
|
rep("</li>", "\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user