From 2fb5708f813433cd67be4e8e1b439801a9e2dead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 May 2020 20:57:01 +0200 Subject: html --help s/month/table/ --- module/entry-points/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm index 22c0d218..e03e5907 100644 --- a/module/entry-points/html.scm +++ b/module/entry-points/html.scm @@ -30,7 +30,7 @@ (br) (b "week") " gives a horizontally scrolling page with 7 elements, " "where each has events graphically laid out hour by hour." - (br) (b "month") + (br) (b "table") " gives a month in overview as a table. Each block contains " "the events for the given day, in order of start time. They are " "however not graphically sized. " -- cgit v1.2.3