From 36c657e183a605229b6d9f5abe758e21c5dfe9aa Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 10 Apr 2022 16:44:44 -0400 Subject: [PATCH] Use :default instead of a string --- tutorial/12-tutorial.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/12-tutorial.lisp b/tutorial/12-tutorial.lisp index 2a8cc2a..56b103d 100644 --- a/tutorial/12-tutorial.lisp +++ b/tutorial/12-tutorial.lisp @@ -123,5 +123,5 @@ ;; 11 - "http://127.0.0.1:8080/tutorial/tut-11.html" and if it does ;; use on-tutorial11, and if not say "No Dice!" such as when one pics ;; some-file.html which also loads boot.js - (set-on-new-window 'on-default :path "default") + (set-on-new-window 'on-default :path :default) (open-browser))