From f1023a3d6cee3fa4b286929276754f431bbe5ef3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 Aug 2025 16:22:41 +0000 Subject: [PATCH] Bug 40614: Invalid markup in cookie consent modal Content-Type: text/plain; charset=utf-8 This patch corrects a minor markup error in the OPAC's cookie consent modal, removing a "type" attribute from an tag. To test apply the patch and make sure you have the CookieConsent system preference enabled. - Go to the OPAC. You should see a cookie consent banner across the bottom of the page. - Click "More information." - Click "Cancel" in the modal window. The modal should close. Sponsored-by: Athens County Public Libraries Signed-off-by: noah Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 18e38980f2..4535b9a897 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -586,7 +586,7 @@ [% END %] - Cancel + Cancel -- 2.39.5