mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to remove pointless new line that looks bad
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user