summaryrefslogtreecommitdiff
path: root/program/lib/Mail
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-17 10:10:31 +0000
committeralecpl <alec@alec.pl>2009-06-17 10:10:31 +0000
commit14f1c0fce20f21d27b0c1421344e13f3e89fb87c (patch)
tree257d89caa0cfb1c8981c5d68734fabf1888188a5 /program/lib/Mail
parent2e7ab6c5e1ebb8fc9c126ba881186754226fbd56 (diff)
- grrrr, typo again
Diffstat (limited to 'program/lib/Mail')
-rw-r--r--program/lib/Mail/mimePart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php
index c166f56d5..fb121d37e 100644
--- a/program/lib/Mail/mimePart.php
+++ b/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;