signatures still need voodoo for bgcolor and such

This commit is contained in:
zefie
2022-02-10 22:01:54 -05:00
parent 51a0576a3e
commit 9a7d4ec035
4 changed files with 10 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ class WTVShared {
}
isHTML(str) {
return /<\s*([^ >]+)[^>]*>.*?<\s*\/\s*\1\s*>/.test(str);
return /<[a-z][\s\S]*>/i.test(str);
}
returnAbsolutePath(check_path) {