mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Replace p with div as wrapper
This commit is contained in:
parent
f75b4a8fc5
commit
baa4aba92b
1 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@
|
|||
<p></p>
|
||||
<button class="btn btn-sm btn-success checkUpdateKeePassXC"><i class="fa fa-refresh" aria-hidden="true"></i><span data-i18n="optionsButtonUpdate"></span></button>
|
||||
</div>
|
||||
<p>
|
||||
<div class="mt-3">
|
||||
<div data-i18n="optionsRadioText"></div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio1" value="3">
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
<input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio4" value="0">
|
||||
<label class="form-check-label" for="inlineRadio4"><span data-i18n="optionsRadioNever"></span></label>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue