diff templates/map-raw @ 2534:d5a3cc6520d5

Fix raw files in the web UI.
author Eric Hopper <hopper@omnifarious.org>
date Thu, 29 Jun 2006 18:34:26 -0700
parents c067ee483d2e
children 8a8d9ada4528
line wrap: on
line diff
--- a/templates/map-raw
+++ b/templates/map-raw
@@ -8,7 +8,7 @@ diffline = '#line#'
 changesetparent = '# parent: #node#'
 changesetchild = '# child: #node#'
 filenodelink = ''
-filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
+filerevision = '#rawfileheader##raw#'
 fileline = '#line#'
 diffblock = '#lines#'
 filediff = filediff-raw.tmpl