mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Display reminder text in italics
This commit is contained in:
@@ -1662,6 +1662,7 @@ public enum FSkin {
|
||||
} catch (MalformedURLException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
str = str.replace("(", "<i>(").replace(")", ")</i>"); //format reminder text in italics
|
||||
return "<html>" + str + "</html>"; //must wrap in <html> tag for images to appear
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user