aboutsummaryrefslogtreecommitdiff
path: root/module/c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:31:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:31:21 +0200
commit0be3fbc78e753bb6f4323457d629de7bea114832 (patch)
tree8377ecc74a888b8e73c21c2f4488952e73de1774 /module/c
parentMerge path-absolute? and better test running. (diff)
parentAdd pair-of to object system. (diff)
downloadcalp-0be3fbc78e753bb6f4323457d629de7bea114832.tar.gz
calp-0be3fbc78e753bb6f4323457d629de7bea114832.tar.xz
Merge branch 'new-object-system' into c-parser
Diffstat (limited to '')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 9378737f..3d70fb1b 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -171,7 +171,7 @@ window.default_calendar='~a';"
;; Button to view week
(_ "Week"))
- ,(btn href: (date->string (set (day start-date) 1) "/month/~1.html")
+ ,(btn href: (date->string (day start-date 1) "/month/~1.html")
;; button to view month
(_ "Month"))