Add comment
This commit is contained in:
parent
929b93960d
commit
ef1071404b
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#:elem-str))
|
||||
(in-package #:piccolo/generator)
|
||||
|
||||
;;; print-object
|
||||
;;; groups of specific tags and attributes
|
||||
|
||||
(defun symbols-hash-table (symbols)
|
||||
(let ((ht (make-hash-table)))
|
||||
|
@ -32,6 +32,8 @@
|
|||
area base br col embed hr img input keygen
|
||||
link meta param source track wbr)
|
||||
|
||||
;;; print-object
|
||||
|
||||
(defparameter *expand-user-element* t)
|
||||
|
||||
(defmethod print-object ((attrs elm:attrs) stream)
|
||||
|
|
Loading…
Reference in a new issue