mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
fixed display of TABs
This commit is contained in:
parent
438a636973
commit
373fea03a3
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def __oneShotErrorUse(expression, field):
|
||||||
break
|
break
|
||||||
|
|
||||||
if kb.fileReadMode and output:
|
if kb.fileReadMode and output:
|
||||||
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n"))
|
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
|
||||||
else:
|
else:
|
||||||
retVal = output
|
retVal = output
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue