Small improvement

This commit is contained in:
M66B
2020-04-27 16:23:32 +02:00
parent a5fdcb5a86
commit 86a7f49f8d

View File

@@ -1075,6 +1075,8 @@ public class HtmlHelper {
return 600;
case "bold":
return 700;
case "inherit":
return null;
}
try {