mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
style warning corrections
This commit is contained in:
parent
f4b0abe422
commit
c2789b85e2
11 changed files with 84 additions and 98 deletions
|
|
@ -29,8 +29,7 @@
|
|||
(defgeneric create-toggler (clog-obj &key content class auto-place)
|
||||
(:documentation "Create a toggler with CONTENT as the top of tree."))
|
||||
|
||||
(defmethod create-toggler ((obj clog-obj) &key (content "")
|
||||
(class nil)
|
||||
(defmethod create-toggler ((obj clog-obj) &key (class nil)
|
||||
(html-id nil)
|
||||
(auto-place t))
|
||||
(let ((new-obj (create-unordered-list obj :class class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue