From 6222e604823eec11b9ac6ef863cecda4dbef33a9 Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 22 Feb 2021 20:04:57 -0500 Subject: [PATCH] Add title --- tutorial/23-tutorial.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/23-tutorial.lisp b/tutorial/23-tutorial.lisp index 82952fd..ec7fd79 100644 --- a/tutorial/23-tutorial.lisp +++ b/tutorial/23-tutorial.lisp @@ -29,6 +29,7 @@ ;; clog-gui can be mixed in to non-desktop environments, but ;; to use you must call first clog-gui-initialize (clog-gui-initialize body) + (setf (title (html-document body)) "Tutorial 23") (set-on-click (create-button body :content "Click for my question. You have 10 seconds to answer.") (lambda (obj)