diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/featherweight.py | 1 |
1 files changed, 1 insertions, 0 deletions
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': |
