From 67226469e9466430ddc33dd066e600e25ef7681a Mon Sep 17 00:00:00 2001 From: davidgisbey Date: Mon, 11 Dec 2023 08:30:32 +0000 Subject: [PATCH] Ensure alternatate email label links to select The accessibility audit covered labels linking correctly to inputs/selects. This label came back as not working correctly. This is due to the for value not being the same as the selects id. --- app/views/admin/editions/_accessible_attachment_field.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/editions/_accessible_attachment_field.html.erb b/app/views/admin/editions/_accessible_attachment_field.html.erb index 412f4aefe8b..1b1ae33c8d2 100644 --- a/app/views/admin/editions/_accessible_attachment_field.html.erb +++ b/app/views/admin/editions/_accessible_attachment_field.html.erb @@ -1,7 +1,7 @@
<% if edition.respond_to?(:alternative_format_provider) %>
-