From feaa038eeb22682e4bb6a639d929e06a944b0b79 Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 20 Jan 2021 13:48:28 -0500 Subject: [PATCH] bug fix --- clog-system.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clog-system.lisp b/clog-system.lisp index 6ca4239..1fbc17d 100644 --- a/clog-system.lisp +++ b/clog-system.lisp @@ -32,7 +32,7 @@ (gethash "/" *url-to-on-new-window*)))) (if on-new-window (funcall on-new-window body) - (put-br (html-document win) "No route to on-new-window"))))) + (put-br (html-document body) "No route to on-new-window"))))) (defun initialize (on-new-window-handler &key