From aa1670d5a0973ef52f75d7771ccfc7f0f5807e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Aug 2020 06:47:49 +0200 Subject: Slightly clean up server imports. --- module/html/view/calendar.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/html/view') diff --git a/module/html/view/calendar.scm b/module/html/view/calendar.scm index 72fcccbd..ed6ea066 100644 --- a/module/html/view/calendar.scm +++ b/module/html/view/calendar.scm @@ -304,6 +304,8 @@ ;; but "spill" into our time span. (section (@ (class "text-day")) (header (h2 "Tidigare")) + ;; TODO this group gets styles applied incorrectly. + ;; Figure out way to merge it with the below call. ,@(stream->list (stream-map fmt-single-event -- cgit v1.2.3