aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 17:48:37 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-05 20:07:52 +0200
commit2e3d76d72c9d5678f55ed34b0c3aad3a69f3ff9b (patch)
treefff54be2a2c611da5d5140fb85939a0186e44790
parentRemove innerHTML from user-additions.js. (diff)
downloadcalp-2e3d76d72c9d5678f55ed34b0c3aad3a69f3ff9b.tar.gz
calp-2e3d76d72c9d5678f55ed34b0c3aad3a69f3ff9b.tar.xz
Remove reference to non-existant parameter submit.
-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))