aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:25:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:25:56 +0200
commit70dd50111a339fd9fcf54cc2f9670c1313a154a0 (patch)
treec41e6339b3fb9db4a176c63f368cd8e8d6538256 /module/html/view/calendar.scm
parentExpand whitespace. (diff)
downloadcalp-70dd50111a339fd9fcf54cc2f9670c1313a154a0.tar.gz
calp-70dd50111a339fd9fcf54cc2f9670c1313a154a0.tar.xz
Mercge CAL and CAL_bg css classes.
Diffstat (limited to 'module/html/view/calendar.scm')
-rw-r--r--module/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/html/view/calendar.scm b/module/html/view/calendar.scm
index 7d38140f..4fad41c8 100644
--- a/module/html/view/calendar.scm
+++ b/module/html/view/calendar.scm
@@ -284,7 +284,7 @@
(summary "Calendar list")
(ul ,@(map
(lambda (calendar)
- `(li (@ (class "CAL_bg_"
+ `(li (@ (class "CAL_"
,(html-attr (prop calendar 'NAME))))
,(prop calendar 'NAME)))
calendars))))