Fix missing signature in emails

This commit is contained in:
iliajie
2023-06-13 18:27:41 +03:00
parent 90c36605e8
commit a38229817a

View File

@@ -21,7 +21,7 @@ if ($in{'new'}) {
$sig = &get_signature($in{'user'});
if ($html_edit) {
$sig =~ s/\n/<br>\n/g;
$quote = "<html><body></body></html>";
$quote = "<html><body>$sig</body></html>";
}
else {
$quote = "\n\n$sig" if ($sig);