]> git.parisson.com Git - telemeta.git/commitdiff
rm XML attachement
authoryomguy <yomguy@parisson.com>
Tue, 5 Apr 2011 12:17:44 +0000 (14:17 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 5 Apr 2011 12:17:44 +0000 (14:17 +0200)
telemeta/web/base.py

index cd8acb16148a5131555deb271cb8356a4b3bd016..742b2fdaf88e46137de4eb4bd6d3f89fd8378c9a 100644 (file)
@@ -448,7 +448,7 @@ class WebView(object):
             self.item_analyze(item)
         mime_type = 'text/xml'
         response = HttpResponse(self.cache_data.read_stream_bin(analyze_file), mimetype=mime_type)
-        response['Content-Disposition'] = 'attachment; filename='+public_id+'.xml'
+#        response['Content-Disposition'] = 'attachment; filename='+public_id+'.xml'
         return response        
         
     def item_visualize(self, request, public_id, visualizer_id, width, height):