aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/output/html.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index d2762f46..eb675005 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -690,7 +690,8 @@
href: (string-append
"/today?" (case intervaltype
[(month) "view=month"]
- [(week) "view=week"]))
+ [(week) "view=week"]
+ [else ""]))
"idag"))
(div (@ (class "jump-to"))