Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6e36f commit 539168dCopy full SHA for 539168d
1 file changed
lib/parse/html.py
@@ -13,7 +13,6 @@
13
14
from lib.core.common import checkFile
15
from lib.core.common import parseXmlFile
16
-from lib.core.common import sanitizeStr
17
from lib.core.data import kb
18
from lib.core.data import paths
19
from lib.core.threads import getCurrentThreadData
@@ -56,7 +55,6 @@ def htmlParser(page):
56
55
57
xmlfile = paths.ERRORS_XML
58
checkFile(xmlfile)
59
- page = sanitizeStr(page)
60
handler = htmlHandler(page)
61
62
parseXmlFile(xmlfile, handler)
0 commit comments