aboutsummaryrefslogtreecommitdiff
path: root/module/calp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-25 16:18:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:17:22 +0200
commitb22827a7977d2e8b11d30f9692d9da47ab8da738 (patch)
treeac082df866009dacf5aea607bcefddbbbcd1dc83 /module/calp
parentAdd tests for lenses. (diff)
downloadcalp-b22827a7977d2e8b11d30f9692d9da47ab8da738.tar.gz
calp-b22827a7977d2e8b11d30f9692d9da47ab8da738.tar.xz
Change date/time interface.
Diffstat (limited to 'module/calp')
-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"))