minor update (that .strip() was a leftover)

This commit is contained in:
Miroslav Stampar 2011-03-20 23:20:47 +00:00
parent db992a0a86
commit 9b1f2d82d0

View File

@ -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: