Display reminder text in italics

This commit is contained in:
drdev
2013-11-23 06:21:26 +00:00
parent 3c05e1674f
commit 8a794f2e02

View File

@@ -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
}