mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix to package
This commit is contained in:
parent
3828139e0b
commit
69ba959548
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
;;;; ---------------------------------------------------------
|
;;;; ---------------------------------------------------------
|
||||||
|
|
||||||
(defpackage #:clog-user
|
(defpackage #:clog-user
|
||||||
(:use #:cl #:clog)
|
(:use #:cl #:clog #:clog-web)
|
||||||
(:export start-tutorial))
|
(:export start-tutorial))
|
||||||
|
|
||||||
(in-package :clog-user)
|
(in-package :clog-user)
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
(setf (title (html-document body)) "Tutorial 25")
|
(setf (title (html-document body)) "Tutorial 25")
|
||||||
;; Setup two sections = command and result
|
;; Setup two sections = command and result
|
||||||
(let ((command-section (create-web-content body))
|
(let ((command-section (create-web-content body))
|
||||||
(results-section (create-web-content body)))
|
(results-section (create-web-content body :class "w3-monospace")))
|
||||||
;; Setup command section
|
;; Setup command section
|
||||||
(let* ((form (create-form command-section))
|
(let* ((form (create-form command-section))
|
||||||
(command (create-form-element form :text
|
(command (create-form-element form :text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue