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.
This commit is contained in:
Alexis S. L. Carvalho 2006-04-19 11:39:34 -07:00
parent c1238a617f
commit 23a2185010
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
Context-type: #mimetype#
Content-disposition: filename=#file#
#raw#

View File

@ -8,7 +8,7 @@ diffline = '#line#'
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