From 6724d66dc2eece6144b23b76efc57f2c979499b7 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 17 Jun 2009 10:10:31 +0000 Subject: - grrrr, typo again git-svn-id: https://svn.roundcube.net/trunk@2650 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Mail/mimePart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/lib/Mail/mimePart.php') diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php index c166f56d5..fb121d37e 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; -- cgit v1.2.3