mercurial/hgweb/request.py
changeset 5927 b06c56f8fab7
parent 5926 15ef6b9c1f2f
child 5930 c301f15c965a
--- a/mercurial/hgweb/request.py	Tue Jan 22 12:31:55 2008 +0100
+++ b/mercurial/hgweb/request.py	Tue Jan 22 10:45:52 2008 +0100
@@ -87,7 +87,7 @@
         headers = headers.items()
         headers.append(('Content-type', type))
         if filename:
-            headers.append(('Content-disposition', 'attachment; filename=%s' %
+            headers.append(('Content-disposition', 'inline; filename=%s' %
                             filename))
         if length:
             headers.append(('Content-length', str(length)))