Add missing parentheses

This commit is contained in:
Jan Dittberner 2020-11-29 21:43:51 +01:00
parent 006c93c66c
commit c751c51713
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</div>
<div class="form-check">
<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 class="form-check">
<input class="form-check-input" type="radio" name="keySize" id="size4096" value="4096">