diff --git a/pandora/item/views.py b/pandora/item/views.py index 2ca647cc..c546b2ff 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -938,7 +938,7 @@ def atom_xml(request): el.attrib['height'] = str(thumbheight) feed.append(entry) return HttpResponse( - '\n' + ET.tostring(feed), + '\n' + ET.tostring(feed), 'application/atom+xml' )