aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-09-29 09:28:40 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-09-29 09:28:40 +0200
commit3b990b579c3f4211994b91ea60f3d9f868ac065a (patch)
tree6b2c766ff24e75f1e5a60d9e915aefd2410c4478 /lib/python/Components
parentf5ff68d184672add16da02cd34993c2d39b87c82 (diff)
downloadenigma2-3b990b579c3f4211994b91ea60f3d9f868ac065a.tar.gz
enigma2-3b990b579c3f4211994b91ea60f3d9f868ac065a.zip
DreamInfoHandler.py: strip data. refs #578
Diffstat (limited to 'lib/python/Components')
-rwxr-xr-xlib/python/Components/DreamInfoHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py
index 40305671..03d52157 100755
--- a/lib/python/Components/DreamInfoHandler.py
+++ b/lib/python/Components/DreamInfoHandler.py
@@ -123,7 +123,7 @@ class InfoHandler(xml.sax.ContentHandler):
if self.elements[-1] == "shortdescription":
self.attributes["shortdescription"] = str(data)
if self.elements[-1] == "description":
- self.data += data
+ self.data += data.strip()
self.attributes["description"] = str(self.data)
#print "characters", data