mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Remove spaces after removing !important
This commit is contained in:
@@ -695,9 +695,9 @@ public class HtmlHelper {
|
||||
.trim()
|
||||
.toLowerCase(Locale.ROOT);
|
||||
String value = param.substring(colon + 1)
|
||||
.replace("!important", "")
|
||||
.trim()
|
||||
.toLowerCase(Locale.ROOT)
|
||||
.replace("!important", "")
|
||||
.replaceAll("\\s+", " ");
|
||||
kv.put(key, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user