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.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 6bebcf4d..21eba258 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -191,7 +191,9 @@
;; NOTE These popup's are far from good. Main problem being that
;; the often render off-screen for events high up on the screen.
(div (@ (class "popup"))
- ,(event-debug-html ev))
+ ,(event-debug-html ev)
+ (button (@ (onclick "close_popup(this)")) "×")
+ )
(a (@ (href "#" ,(UID ev))
(class "hidelink"))
(div (@ (class "body"))