From d5ff354e2f7c299e296c6c733ff8b458d8b633e3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 3 Dec 2024 00:17:33 +0200 Subject: [PATCH] style: fix missing quotes --- src/public/app/widgets/buttons/calendar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/app/widgets/buttons/calendar.js b/src/public/app/widgets/buttons/calendar.js index 2761ea485..d3a43c822 100644 --- a/src/public/app/widgets/buttons/calendar.js +++ b/src/public/app/widgets/buttons/calendar.js @@ -39,7 +39,7 @@ const DROPDOWN_TPL = ` ${Object.entries(MONTHS).map(([i, month]) => ``)} - +
@@ -47,7 +47,7 @@ const DROPDOWN_TPL = ` - +