]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ovpnmain.cgi: Add missing closing bracket
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jun 2018 13:11:39 +0000 (14:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jun 2018 13:11:39 +0000 (14:11 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index eac962e6c7ba9f16fb7f0bd3778adaaf5df80b2f..bf8c8bf2f8aea47c200322864d8f0423fa7cfac5 100644 (file)
@@ -1973,7 +1973,7 @@ END
            </select></td>
        <tr><td class='base'>$Lang::tr{'ovpn dh'}:</td>
                <td class='base'><select name='DHLENGHT'>
-                               <option value='1024' $selected{'DHLENGHT'}{'1024'}>1024 $Lang::tr{'bit'} ($Lang::tr{'vpn weak'}</option>
+                               <option value='1024' $selected{'DHLENGHT'}{'1024'}>1024 $Lang::tr{'bit'} ($Lang::tr{'vpn weak'})</option>
                                <option value='2048' $selected{'DHLENGHT'}{'2048'}>2048 $Lang::tr{'bit'}</option>
                                <option value='3072' $selected{'DHLENGHT'}{'3072'}>3072 $Lang::tr{'bit'}</option>
                                <option value='4096' $selected{'DHLENGHT'}{'4096'}>4096 $Lang::tr{'bit'}</option>