]> 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, 2 Jun 2025 19:44:58 +0000 (19:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index 29730396687d1d7ff52244449e8f5f22605cda57..76b2cd7784f074951df92791f2d4ebb96a278e6c 100644 (file)
@@ -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
               <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>