Added color workaround

This commit is contained in:
M66B 2020-02-07 09:58:22 +01:00
parent db1804cc62
commit d9430aaa9c
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ public class HtmlHelper {
.replace("inherit", "")
.replace("initial", "")
.replace("windowtext", "")
.replace("currentcolor", "")
.replace("transparent", "")
.replaceAll("[^a-z0-9(),.%#]", "")
.replaceAll("#+", "#");