1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-01 03:45:10 +00:00
This commit is contained in:
M66B 2020-04-20 10:25:04 +02:00
parent fcd68a05f1
commit 1a5c66b803

View file

@ -899,8 +899,6 @@ public class HtmlHelper {
case "larger":
return FONT_LARGE * _current;
}
if (current == null)
current = DEFAULT_FONT_SIZE;
try {
if (value.endsWith("%"))