This commit is contained in:
M66B 2020-04-20 10:25:04 +02:00
parent fcd68a05f1
commit 1a5c66b803
1 changed files with 0 additions and 2 deletions

View File

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