Update comments.php

little correction
This commit is contained in:
Fraenkiman 2023-02-27 23:03:59 +01:00
parent 3ad8a38183
commit 296470bd7b

View File

@ -223,7 +223,7 @@ function commentform() {
), $lang ['comments'] ['mail']);
// for non-ASCII characters in the e-mail header use RFC 1342 — Encodes data with MIME base64 and splits the encrypted subject
@utils_mail($from_mail, "=?utf-8?B?" . base64_encode($lang ['comments'] ['newcomment']) . "=?= =?utf-8?B?" . base64_encode($fp_config ['general'] ['title']) . "==?=", $mail);
@utils_mail($from_mail, '=?utf-8?B?' . base64_encode($lang ['comments'] ['newcomment']) . '=?= =?utf-8?B?' . base64_encode($fp_config ['general'] ['title']) . '==?=', $mail);
}
// if comment is valid, this redirect will clean the postdata