mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Remove new lines from color codes
This commit is contained in:
@@ -176,7 +176,7 @@ public class HtmlHelper {
|
||||
if (kv.length == 2) {
|
||||
String key = kv[0].trim().toLowerCase(Locale.ROOT);
|
||||
String value = kv[1].toLowerCase(Locale.ROOT)
|
||||
.replace(" ", "");
|
||||
.replaceAll("\\s", "");
|
||||
switch (key) {
|
||||
case "color":
|
||||
String c = value
|
||||
|
||||
Reference in New Issue
Block a user