diff --git a/apps/output/views.py b/apps/output/views.py index ed42be70..a1ea6f45 100644 --- a/apps/output/views.py +++ b/apps/output/views.py @@ -75,7 +75,7 @@ def generate_epg(request, profile_name=None): """ xml_lines = [] xml_lines.append('') - xml_lines.append('') + xml_lines.append('') if profile_name is not None: channel_profile = ChannelProfile.objects.get(name=profile_name)