changeset 1308 | 2073e5a71008 |
parent 1275 | a1a84dd489ff |
child 1320 | 5f277e73778f |
--- a/mercurial/hgweb.py Tue Sep 20 21:35:51 2005 -0700 +++ b/mercurial/hgweb.py Wed Sep 21 07:56:19 2005 +0200 @@ -685,7 +685,7 @@ encoding = "gzip" else: encoding = "x-bzip2" - req.header([('Content-type', 'application/x-tar'), + req.header([('Content-type', 'application/x-tar'), ('Content-disposition', 'attachment; filename=%s%s%s' % (name[:-1], '.tar.', type)), ('Content-encoding', encoding)])