aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-25 21:16:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-25 21:16:56 +0200
commit99fbf6dcf0c5af1232d1729cff7cf14ee132d763 (patch)
tree0dd5b99c6ebb23d698e7157bb2f0a55e31c8f0d0 /module/entry-points/html.scm
parentAdd comments in vcomponent/parse. (diff)
downloadcalp-99fbf6dcf0c5af1232d1729cff7cf14ee132d763.tar.gz
calp-99fbf6dcf0c5af1232d1729cff7cf14ee132d763.tar.xz
Remove previous-week-start.
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)]