Fix to remove pointless new line that looks bad

This commit is contained in:
Ilia Ross
2025-04-26 21:40:00 +03:00
parent 014f949fdb
commit 55fd013b35

View File

@@ -98,7 +98,7 @@ my $subject = &text('forgot_subject', $wuser->{'name'});
print "<center>\n";
print &text('forgot_sent',
"<tt>".&html_escape(&obsfucate_email($email))."</tt>",
"<tt>".&html_escape($wuser->{'name'})."</tt>"),"<p>\n";
"<tt>".&html_escape($wuser->{'name'})."</tt>"),"\n";
print "</center>\n";
&webmin_log("forgot", "send", undef,