From: Michael Tremer Date: Tue, 19 Mar 2024 14:54:07 +0000 (+0100) Subject: ovpnmain.cgi: Fix some whitespace issues X-Git-Tag: v2.29-core197~25^2~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=994e22d87a5e3ce3e61872b26dfd02f13fd2ed5c;p=ipfire-2.x.git ovpnmain.cgi: Fix some whitespace issues Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 297303966..76b2cd778 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -141,7 +141,7 @@ unless (-e "$local_clientconf") { sub iscertlegacy { my $file=$_[0]; - my @certinfo = &General::system_output("/usr/bin/openssl", "pkcs12", "-info", "-nodes", + my @certinfo = &General::system_output("/usr/bin/openssl", "pkcs12", "-info", "-nodes", "-in", "$file.p12", "-noout", "-passin", "pass:''"); if (index ($certinfo[0], "MAC: sha1") != -1) { return 1; @@ -5641,7 +5641,7 @@ END   ?OFF $Lang::tr{'click to enable'}   $Lang::tr{ - $Lang::tr{'click to disable'} + $Lang::tr{'click to disable'}     $Lang::tr{ $Lang::tr{'edit'}