No need to check and concatenate string
This commit is contained in:
parent
9e8d66b922
commit
93e79a66a7
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@ Example usage:
|
|||
; provided content."
|
||||
`(spinneret:with-html
|
||||
(:h4 "About")
|
||||
(:p :class ,(concatenate 'string
|
||||
(if color (apply #'cl-sbt/utility:color color) ""))
|
||||
(:p :class ,(apply #'cl-sbt/utility:color color)
|
||||
,@body)))
|
||||
|
||||
(defmacro contact (&rest rest)
|
||||
|
|
Loading…
Add table
Reference in a new issue