1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 07:06:40 +02:00

text-plain => text/plain

This commit is contained in:
Jiří Petřek
2012-05-07 19:31:59 +02:00
parent 5ac0d070b7
commit ac69638824

View File

@@ -23,7 +23,7 @@ class NativeMailerHandler extends MailHandler
protected $to; protected $to;
protected $subject; protected $subject;
protected $headers = array( protected $headers = array(
'Content-type: text-plain; charset=utf-8' 'Content-type: text/plain; charset=utf-8'
); );
/** /**