From f1d5fae26b012504aac4c298e0778053ae9eb885 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Fri, 31 Dec 2021 10:54:39 +0000 Subject: [PATCH] Remove unnecessary id attribute. The min_amount ID was used for both a tr and a input element, breaking accessibility links --- templates/CRM/Price/Form/Set.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Price/Form/Set.tpl b/templates/CRM/Price/Form/Set.tpl index a8b20ad7ac..b94e660994 100644 --- a/templates/CRM/Price/Form/Set.tpl +++ b/templates/CRM/Price/Form/Set.tpl @@ -36,7 +36,7 @@ {/if} - + {$form.min_amount.label} {$form.min_amount.html} -- 2.25.1