Added admin sugar for julian models. Corrected minor typos and omissions. Filled...
[philo.git] / contrib / julian / feedgenerator.py
index 23efdca..19e959d 100644 (file)
@@ -81,4 +81,4 @@ class ICalendarFeed(SyndicationFeed):
                if isinstance(outfile, HttpResponse):
                        filename = self.feed.get('filename', 'filename.ics')
                        outfile['Filename'] = filename
-                       response['Content-Disposition'] = 'attachment; filename=%s' % filename
\ No newline at end of file
+                       outfile['Content-Disposition'] = 'attachment; filename=%s' % filename
\ No newline at end of file