mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix missing signature in emails
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user