summaryrefslogtreecommitdiff
path: root/Demo/xml/rss2html.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/xml/rss2html.py')
-rw-r--r--Demo/xml/rss2html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/xml/rss2html.py b/Demo/xml/rss2html.py
index df5d1c7c07..15c9891952 100644
--- a/Demo/xml/rss2html.py
+++ b/Demo/xml/rss2html.py
@@ -80,7 +80,7 @@ class RSSHandler(handler.ContentHandler):
if name == "rss":
self._out.write(bottom)
-
+
def characters(self, content):
self._text = self._text + content