mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Small improvement
This commit is contained in:
@@ -1946,7 +1946,10 @@ public class HtmlHelper {
|
||||
result.put(key, baseParams.get(key));
|
||||
}
|
||||
|
||||
return TextUtils.join(";", result.values());
|
||||
if (result.size() == 0)
|
||||
return "";
|
||||
|
||||
return TextUtils.join(";", result.values()) + ";";
|
||||
}
|
||||
|
||||
private static Integer getFontWeight(String value) {
|
||||
|
||||
Reference in New Issue
Block a user