Update for an Issue #963

This commit is contained in:
Miroslav Stampar 2014-11-24 05:44:38 +01:00
parent 69cdad4148
commit 2284535267

View File

@ -557,6 +557,9 @@ def paramToDict(place, parameters=None):
if len(parts) >= 2:
parameter = urldecode(parts[0].replace(" ", ""))
if not parameter:
continue
if conf.paramDel and conf.paramDel == '\n':
parts[-1] = parts[-1].rstrip()