aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-25 01:26:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-25 01:26:39 +0200
commit48e50238634e69aad2b61acf88cda66b64288f07 (patch)
tree8f7df17c5c7e3d3a4e9820a29cacc051527149e0 /module
parentScheme and js now finds HTML in text with same regex. (diff)
downloadcalp-48e50238634e69aad2b61acf88cda66b64288f07.tar.gz
calp-48e50238634e69aad2b61acf88cda66b64288f07.tar.xz
Minor cleanup.
Diffstat (limited to 'module')
-rw-r--r--module/calp/html/components.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 47436c87..9b3e4ce0 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -36,7 +36,6 @@
variable unit)))))
;; Generates a button or button-like link.
-;; TODO <div/> inside <button/> isn't valid.
(define*-public (btn key: onclick href (class '())
allow-other-keys:
rest: args)