Minor update for an Issue #79

This commit is contained in:
Miroslav Stampar 2012-08-31 10:24:47 +02:00
parent f79ed0fb76
commit 74a5d41272

View File

@ -80,7 +80,6 @@ def __setRequestParams():
if conf.data:
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
original = getattr(conf.data, UNENCODED_ORIGINAL_VALUE)
conf.data = type(conf.data)(conf.data.replace("\n", " "))
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
else:
conf.data = conf.data.replace("\n", " ")