Dont return string
This commit is contained in:
parent
206dfe0bee
commit
64cfe6d505
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
(in-package :cl-sbt)
|
(in-package :cl-sbt)
|
||||||
|
|
||||||
(defmacro with-page ((&key title) &body body)
|
(defmacro with-page ((&key title) &body body)
|
||||||
`(spinneret:with-html-string
|
`(spinneret:with-html
|
||||||
(:doctype)
|
(:doctype)
|
||||||
(:html
|
(:html
|
||||||
(:head
|
(:head
|
||||||
|
|
Loading…
Add table
Reference in a new issue