]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
ovpnmain.cgi: Fix some whitespace issues
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Mar 2024 14:54:07 +0000 (15:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Sep 2024 11:07:15 +0000 (13:07 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index 38cb3c4932824b3cf57a442f201c5eb557a96be2..1ba39eb2a52500a10280eb8b6d454aa66d997c29 100755 (executable)
@@ -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;
@@ -5640,7 +5640,7 @@ END
               <td>&nbsp; <img src='/images/off.gif' alt='?OFF' /></td>
               <td class='base'>$Lang::tr{'click to enable'}</td>
               <td>&nbsp; <img src='/images/on.gif' alt='$Lang::tr{'click to disable'}' /></td>
-              <td class='base'>$Lang::tr{'click to disable'}</td>              
+              <td class='base'>$Lang::tr{'click to disable'}</td>
 
                <td>&nbsp; &nbsp; <img src='/images/edit.gif' alt='$Lang::tr{'edit'}' /></td>
                <td class='base'>$Lang::tr{'edit'}</td>