From f9c931d85881949287eddccc6071265e9980eb2e Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 17 Feb 2024 16:32:43 +0200 Subject: [PATCH] Fix label `for` pointing to a `name` instead of `id` in webhook settings (#29209) Here's the spec for the `for` attribute: https://html.spec.whatwg.org/multipage/forms.html#attr-label-for Signed-off-by: Yarden Shoham (cherry picked from commit 0157db84b13203877c098a258abeb387d59f3486) --- templates/repo/settings/webhook/settings.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/settings/webhook/settings.tmpl b/templates/repo/settings/webhook/settings.tmpl index addf99d45a..3dfa094cf5 100644 --- a/templates/repo/settings/webhook/settings.tmpl +++ b/templates/repo/settings/webhook/settings.tmpl @@ -254,7 +254,7 @@
- + {{ctx.Locale.Tr "repo.settings.branch_filter_desc" | Str2html}}