aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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. "