aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-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 1f1fed46..f08f6360 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -863,7 +863,8 @@
(data-end "2020-01-02"))
,(caddar ; strip <a> tag
(make-block event `((class " generated ")))))
- ,(popup event (string-append "popup" (html-id event))))))))))
+ (div (@ (class "template") (id "popup-template"))
+ ,(popup event (string-append "popup" (html-id event)))))))))))