summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/Mail/mimePart.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-17 10:04:30 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-17 10:04:30 +0000
commit1c51686ad5fbafa35ac273481cf1128f94d05630 (patch)
tree03a7af01d2ec6cf09dff86ce9254cb143c058066 /roundcubemail/program/lib/Mail/mimePart.php
parent93ac940862ee899dcd9219ef84610b89326aeaad (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@2649 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Mail/mimePart.php')
-rw-r--r--roundcubemail/program/lib/Mail/mimePart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php
index bc8b471ba..c166f56d5 100644
--- a/roundcubemail/program/lib/Mail/mimePart.php
+++ b/roundcubemail/program/lib/Mail/mimePart.php
@@ -186,7 +186,7 @@ class Mail_mimePart {
if (isset($contentType['type'])) {
$headers['Content-Type'] = $contentType['type'];
if (isset($contentType['charset'])) {
- $headers['Content-Type'] .= " charset={$contentType['charset']};";
+ $headers['Content-Type'] .= " charset={$contentType['charset']} ";
}
if (isset($contentType['name'])) {
$headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF;