From e6a5a9462b026227139671d8b63ea48b347d4528 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Mon, 25 Nov 2024 15:26:56 -0800 Subject: [PATCH] Change wrapping tag on honeypot field Fixes one instance of "Element div not allowed as child of element span in this context." --- app/views/spotlight/shared/_honeypot_field.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/spotlight/shared/_honeypot_field.html.erb b/app/views/spotlight/shared/_honeypot_field.html.erb index 3949b28be..0fd4f2489 100644 --- a/app/views/spotlight/shared/_honeypot_field.html.erb +++ b/app/views/spotlight/shared/_honeypot_field.html.erb @@ -1,4 +1,4 @@ - +
<% honeypot_field_name = Spotlight::Engine.config.spambot_honeypot_email_field %> <%= f.email_field honeypot_field_name, label: t(:'spotlight.shared.report_a_problem.honeypot_field_explanation') %> - +