diff options
Diffstat (limited to 'web/html/pkgdisown.php')
-rw-r--r-- | web/html/pkgdisown.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/pkgdisown.php b/web/html/pkgdisown.php index 50f5c79..f7ef0f2 100644 --- a/web/html/pkgdisown.php +++ b/web/html/pkgdisown.php @@ -41,8 +41,8 @@ if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?> <?php if (isset($_GET['via'])): ?> <input type="hidden" name="via" value="<?= intval($_GET['via']) ?>" /> <?php endif; ?> - <p><input type="checkbox" name="confirm" value="1" /> - <?= __("Confirm to disown the package") ?></p> + <p><label><input type="checkbox" name="confirm" value="1" /> + <?= __("Confirm to disown the package") ?></label</p> <p><input type="submit" class="button" name="do_Disown" value="<?= __("Disown") ?>" /></p> </fieldset> </form> |