diff templates/map-raw @ 2094:c067ee483d2e

Fix filerevision-raw.tmpl Two bugs: - conteXt-type instead of conteNt-type - trailing newline The easiest way to fix the second one (and keep it fixed) is to put everything inline in map-raw.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 19 Apr 2006 11:39:34 -0700
parents c64bef3d7043
children
line wrap: on
line diff
--- a/templates/map-raw	Wed Apr 19 11:29:41 2006 -0700
+++ b/templates/map-raw	Wed Apr 19 11:39:34 2006 -0700
@@ -8,7 +8,7 @@
 changesetparent = '# parent: #node#'
 changesetchild = '# child: #node#'
 filenodelink = ''
-filerevision = filerevision-raw.tmpl
+filerevision = 'Content-Type: #mimetype#\nContent-Disposition: filename=#file#\n\n#raw#'
 fileline = '#line#'
 diffblock = '#lines#'
 filediff = filediff-raw.tmpl