[TabGuard] Fix "never prompt" option's label not being clickable.

This commit is contained in:
hackademix 2023-05-22 13:45:23 +02:00
parent 895b3c956a
commit e2870d2466
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
</div>
<div class="opt-group">
<span id="tgPrompt">
<input id="tgp-never" type="radio" name="TabGuardPrompt" value="never" /><label for="tgm-never">__MSG_TabGuard_optPromptNever__</label>
<input id="tgm-never" type="radio" name="TabGuardPrompt" value="never" /><label for="tgm-never">__MSG_TabGuard_optPromptNever__</label>
<input id="tgm-post" type="radio" name="TabGuardPrompt" value="post" checked="checked"/><label for="tgm-post">__MSG_TabGuard_optPromptPost__</label>
<input id="tgm-always" type="radio" name="TabGuardPrompt" value="always"/><label for="tgm-always">__MSG_TabGuard_optPromptAlways__</label>
</span>