--- a/web/blinkster/utils/xml.py Tue Jun 01 10:44:27 2010 +0200
+++ b/web/blinkster/utils/xml.py Tue Jun 01 19:07:23 2010 +0200
@@ -4,4 +4,4 @@
for node in nodelist:
if node.nodeType == node.TEXT_NODE:
rc = rc + node.data
- return rc
\ No newline at end of file
+ return rc