Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb.py @ 1308:2073e5a71008
Cleanup of tabs and trailing spaces.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 21 Sep 2005 07:56:19 +0200 |
parents | a1a84dd489ff |
children | 5f277e73778f |
line wrap: on
line diff
--- 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)])