aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/html.scm')
-rw-r--r--module/entry-points/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm
index 18b1c0ea..70fbde42 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -47,7 +47,7 @@
;; be a good idea to instead center it on the current week, meaning
;; that the active row is always in the center
(html-chunked-main count calendars events
- (previous-week-start start (get-config 'week-start))
+ (start-of-week start (get-config 'week-start))
(date day: 7))]
[(table)
(html-table-main count calendars events start)]