From 9b1f2d82d0914019ed7751d9b1b627a0edba558b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 20 Mar 2011 23:20:47 +0000 Subject: [PATCH] minor update (that .strip() was a leftover) --- lib/techniques/error/use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index a48087cb4..f5410dea2 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -78,7 +78,7 @@ def __oneShotErrorUse(expression, field): threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE) if isinstance(output, basestring): - output = htmlunescape(output).replace("
", "\n").strip() + output = htmlunescape(output).replace("
", "\n") if Backend.getIdentifiedDbms() == DBMS.MYSQL: if offset == 1: