Add missing parentheses
This commit is contained in:
parent
006c93c66c
commit
c751c51713
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input" type="radio" name="keySize" id="size2048" value="2048">
|
<input class="form-check-input" type="radio" name="keySize" id="size2048" value="2048">
|
||||||
<label class="form-check-label" for="size2048">2048 Bit (not recommended</label>
|
<label class="form-check-label" for="size2048">2048 Bit (not recommended)</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input" type="radio" name="keySize" id="size4096" value="4096">
|
<input class="form-check-input" type="radio" name="keySize" id="size4096" value="4096">
|
||||||
|
|
Reference in a new issue