From 2e7ab6c5e1ebb8fc9c126ba881186754226fbd56 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 17 Jun 2009 10:04:30 +0000 Subject: - typo --- program/lib/Mail/mimePart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Mail') diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index bc8b471ba..c166f56d5 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; -- cgit v1.2.3