From 2e3d76d72c9d5678f55ed34b0c3aad3a69f3ff9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 28 Mar 2022 17:48:37 +0200 Subject: Remove reference to non-existant parameter submit. --- module/calp/html/components.scm | 4 ++-- 1 file 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)) -- cgit v1.2.3