From 845f4a40e464e3e0e211717d867636df3fbaeaa7 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 16 Jun 2026 13:24:37 +0200 Subject: [PATCH] Fix not to print last extra line --- webmin/letsencrypt.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin/letsencrypt.cgi b/webmin/letsencrypt.cgi index 543128d7d..cebd07155 100755 --- a/webmin/letsencrypt.cgi +++ b/webmin/letsencrypt.cgi @@ -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),"

\n"; + print &text('letsencrypt_failed', $cert),"\n"; } else { # Worked, now copy to Webmin