Skip to content

Commit

Permalink
Fix application of *js-default-action* format string.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercsr committed Sep 9, 2024
1 parent 37e26bf commit 5b1a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ situation (e.g. redirect, signal an error, etc.)."))
(yason:with-output-to-string* ()
(yason:encode options)))))
(t
(format nil *js-default-action* action-code)))))
(format nil *js-default-action* action-code nil)))))


(defun make-js-form-action (action)
Expand Down

0 comments on commit 5b1a626

Please sign in to comment.