mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-15 22:10:36 +00:00
minor update (that .strip() was a leftover)
This commit is contained in:
parent
db992a0a86
commit
9b1f2d82d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue