mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 01:14: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 color='#FF4040'>", "");
|
||||||
rep("</font>", "");
|
rep("</font>", "");
|
||||||
rep("<br/>", "\n");
|
rep("<br/>", "\n");
|
||||||
|
rep("<br>", "\n");
|
||||||
rep("*", "×");
|
rep("*", "×");
|
||||||
rep("<li> ", " * ");
|
rep("<li> ", " * ");
|
||||||
rep("<li>", "* ");
|
rep("<li>", "* ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user