trivia: coding style

This commit is contained in:
Hardway Hou 2022-05-24 20:49:01 +08:00
parent b91ffae292
commit 9e557501fa
1 changed files with 5 additions and 6 deletions

View File

@ -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";
}