Color workaround

This commit is contained in:
M66B
2020-01-22 09:30:07 +01:00
parent f93fe15775
commit 1909199412

View File

@@ -180,6 +180,7 @@ public class HtmlHelper {
switch (key) {
case "color":
String c = value
.replace("\"", "")
.replace("none", "")
.replace("unset", "")
.replace("inherit", "")