aboutsummaryrefslogtreecommitdiff
path: root/module/calp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-21 20:30:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-23 21:53:39 +0200
commitde58e277929b2d17149eff9b7a322b10c1dd59e8 (patch)
treed0800320cc84e71baff9d3ce56a7f65072e48852 /module/calp
parentMove repl-start to end of main. (diff)
downloadcalp-de58e277929b2d17149eff9b7a322b10c1dd59e8.tar.gz
calp-de58e277929b2d17149eff9b7a322b10c1dd59e8.tar.xz
Fix missing hower-text for changelog tabs.
Diffstat (limited to 'module/calp')
-rw-r--r--module/calp/html/vcomponent.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 9d8cb324..01b3c651 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -627,8 +627,10 @@
;; (@ (data-label "↺") (data-title "Upprepningar")))
(vevent-changelog
- (@ (data-label "📒") (date-title ,(_ "Changelog"))))
+ (@ (data-label "📒")
+ (data-title ,(_ "Changelog"))))
,@(when (debug)
`((vevent-dl
- (@ (data-label "🐸") (data-title ,(_ "Debug"))))))))))
+ (@ (data-label "🐸")
+ (data-title ,(_ "Debug"))))))))))