aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/components.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/components.scm')
-rw-r--r--module/calp/html/components.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 37d50697..77a2a520 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -58,8 +58,8 @@
rest: args)
(when (and onclick href)
(scm-error 'wrong-type-arg "btn"
- "href, onclick, and submit mutually exclusive. href = ~s, onclick = ~s, submit = ~s."
- (list href onclick submit)
+ "href and onclick are mutually exclusive. href = ~s, onclick = ~s."
+ (list href onclick)
#f))
(let ((body #f))