mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
Fix not to print last extra line
This commit is contained in:
@@ -138,7 +138,7 @@ else {
|
||||
undef, undef, undef, $in{'directory_url'},
|
||||
$in{'eab_kid'}, $in{'eab_hmac'}, $in{'subset'});
|
||||
if (!$ok) {
|
||||
print &text('letsencrypt_failed', $cert),"<p>\n";
|
||||
print &text('letsencrypt_failed', $cert),"\n";
|
||||
}
|
||||
else {
|
||||
# Worked, now copy to Webmin
|
||||
|
||||
Reference in New Issue
Block a user