diff --git a/lib/request/inject.py b/lib/request/inject.py
index 0c1aa87d4..00d6ba41e 100644
--- a/lib/request/inject.py
+++ b/lib/request/inject.py
@@ -355,11 +355,10 @@ def __goError(expression, resumeValue=True):
result = Request.queryPage(urlencode(forgedPayload), content=True)
match = re.search(temp.errorRegex, result[0], re.DOTALL | re.IGNORECASE)
-
if match:
output = match.group('result')
if output:
- output = output.replace("%c%c" % (58, 59), " ").replace("%c%c" % (59, 58), "")
+ output = output.replace("%c%c%c" % (58, 95, 58), " ").replace("%c%c%c" % (58, 120, 58), "") #':_:' -> EMPTY CHAR, ':x:' -> SPACE CHAR
return output
diff --git a/xml/queries.xml b/xml/queries.xml
index b9848fa44..c30953c74 100644
--- a/xml/queries.xml
+++ b/xml/queries.xml
@@ -92,7 +92,7 @@
-
+
@@ -176,7 +176,7 @@
-
+