summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--indexhtml.spec4
1 files changed, 2 insertions, 2 deletions
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