diff templates/gitweb/map @ 5928:3340aa5a64f7

hgweb: move HTTP content types out of header templates This removes the ability for templates to add custom HTTP headers, which can easily be re-added if someone needs it. Thanks to asak for repeatedly reviewing this patch and helping to iron out the quirks.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 22 Jan 2008 10:45:55 +0100
parents 5e7a8ea375a6
children f7f25f58693a
line wrap: on
line diff
--- a/templates/gitweb/map	Tue Jan 22 10:45:52 2008 +0100
+++ b/templates/gitweb/map	Tue Jan 22 10:45:55 2008 +0100
@@ -1,4 +1,5 @@
 default = 'summary'
+mimetype = 'text/html; charset={encoding}'
 header = header.tmpl
 footer = footer.tmpl
 search = search.tmpl