From d5d53b73340d35ca195782394dd0ad19d3244d07 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 7 Apr 2004 22:48:37 +0000 Subject: another fix --- indexhtml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indexhtml.spec') diff --git a/indexhtml.spec b/indexhtml.spec index b9c859d..eb9d914 100644 --- a/indexhtml.spec +++ b/indexhtml.spec @@ -38,11 +38,11 @@ for lang in $(find mail/header-* -type f | sed "s|mail/header-||" ); do cat mail/header-$lang &> tmpfile echo "Content-Type: multipart/related; type=\"multipart/alternative\";" >>tmpfile - echo " boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile + echo " boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile echo "" >> tmpfile echo "--=-tThpx1YEZqL4gn53WjQ1" >> tmpfile - echo "" >> tmpfile echo "Content-Type: multipart/alternative; boundary=\"=-aFPGjTr5jUHhXPWxbLcT\"" >>tmpfile + echo "" >> tmpfile echo "--=-aFPGjTr5jUHhXPWxbLcT" >> tmpfile cat mail/mail-$lang.txt >> tmpfile cat mail/mail-$lang.html >> tmpfile -- cgit v1.2.1