From b6517732b2a2b8c9f63bd72c8fee6b3bf0c76733 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 25 Jul 2013 12:44:46 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/featherweight.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/featherweight.py b/src/featherweight.py index f60bcf2..08474a0 100755 --- a/src/featherweight.py +++ b/src/featherweight.py @@ -160,6 +160,7 @@ def start_element(name, attributes): def end_element(name): global is_rss, feeds, root, item, text, is_atom, attrs + name = name.lower() if (root is not None) and is_rss: if item is not None: if name == 'item': -- cgit v1.2.3-70-g09d2