From bccf4fb5dfcbbc00a9dae780b4a13b2dd9410474 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 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 --- 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 18e38980f2c..4535b9a8973 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