mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update (that .strip() was a leftover)
This commit is contained in:
parent
db992a0a86
commit
9b1f2d82d0
|
@ -78,7 +78,7 @@ def __oneShotErrorUse(expression, field):
|
|||
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
|
||||
|
||||
if isinstance(output, basestring):
|
||||
output = htmlunescape(output).replace("<br>", "\n").strip()
|
||||
output = htmlunescape(output).replace("<br>", "\n")
|
||||
|
||||
if Backend.getIdentifiedDbms() == DBMS.MYSQL:
|
||||
if offset == 1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user