fix colors in Extras menu ingame
This commit is contained in:
@@ -123,6 +123,8 @@ public class Rizzo {
|
|||||||
// Look ma, I'm breaking XML standards!
|
// Look ma, I'm breaking XML standards!
|
||||||
String xmlString = result.getWriter().toString()
|
String xmlString = result.getWriter().toString()
|
||||||
.replace("&", "&")
|
.replace("&", "&")
|
||||||
|
.replace("<", "<")
|
||||||
|
.replace(">", ">")
|
||||||
.replace("	", "\t")
|
.replace("	", "\t")
|
||||||
.replace("", "\b")
|
.replace("", "\b")
|
||||||
.replace(" ", "\n")
|
.replace(" ", "\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user