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:
parent
02dff7d074
commit
683cfac945
@ -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>", "* ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user