trivia: coding style
This commit is contained in:
parent
b91ffae292
commit
9e557501fa
|
@ -50,8 +50,7 @@ class Mailer {
|
|||
if ($message_html) {
|
||||
$headers[] = "MIME-Version: 1.0";
|
||||
$headers[] = "Content-Type: text/html; charset=UTF-8";
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
$headers[] = "Content-Type: text/plain; charset=UTF-8";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue