From 263e64dfe8549e6c726fb06dd5cdc03fa6a90298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Aug 2020 20:41:28 +0200 Subject: Limit CAL_ class to once per 'thing'. --- module/html/view/calendar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/html/view/calendar.scm') diff --git a/module/html/view/calendar.scm b/module/html/view/calendar.scm index 39f1092d..3c239bc6 100644 --- a/module/html/view/calendar.scm +++ b/module/html/view/calendar.scm @@ -291,7 +291,7 @@ (div (@ (id "calendar-dropdown-template") (class "template")) (select ,@(map (lambda (calendar) - `(option (@ (value ,(prop calendar 'NAME))) + `(option (@ (value ,(html-attr (prop calendar 'NAME)))) ,(prop calendar 'NAME))) calendars)) ))) -- cgit v1.2.3