]> 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>
Fri, 6 Dec 2024 19:58:30 +0000 (19:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index 59e8d3b2433f6b2f02dc49e161e382b3176cc03a..13469de13c6195198ca861230eb1a8e10ea968f3 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>