From d784c9eb9237dd98a1b7b415af5ab260558b30d8 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 12 Dec 2022 03:20:35 -0800 Subject: No comment --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/functions.php b/inc/functions.php index 4bd37af..3e77190 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -91,7 +91,7 @@ function bulletin_mail ($to, $subject, $body) { //$headers = 'To: ' . $to . "\r\n"; $headers = 'From: ' . $b_config['mail_from'] . "\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; - $headers .= 'Content-type: text/html; charset=utf-8' + $headers .= 'Content-type: text/html; charset=utf-8'; return mail($to, $subject, $body, $headers); } -- cgit v1.2.3