From 369a4830737f75d194932707b23d6eec4aedd7df Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Fri, 6 Mar 2026 17:57:49 +0100 Subject: [PATCH] Bug 41580: (QA follow-up) Fix syntax error in holidays calendar options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The tidy introduced a semicolon inside the flatpickr options object literal which is a syntax error, breaking the calendar widget entirely - The syntax error also prevented the auto tidy from normalizing the surrounding code formatting - Replace with comma to match object property separator syntax To test: - Go to Tools → Calendar - Verify the calendar widget renders without JS errors Signed-off-by: Paul Derscheid --- .../prog/en/modules/tools/holidays.tt | 201 +++++++++--------- 1 file changed, 101 insertions(+), 100 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt index 79a61bf1c9d..4a9e5bfcb71 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -454,42 +454,42 @@ [% END %] -- 2.39.5