add explaining comment
This commit is contained in:
parent
d62e069710
commit
299a4ef815
|
@ -53,6 +53,7 @@
|
||||||
`(form (@ ((method ,real-method)
|
`(form (@ ((method ,real-method)
|
||||||
(action ,k-url)
|
(action ,k-url)
|
||||||
,@(if attributes (cdr attributes) '())))
|
,@(if attributes (cdr attributes) '())))
|
||||||
|
;; cdr == sxml-attribute-attributes
|
||||||
,@elems))))
|
,@elems))))
|
||||||
|
|
||||||
(define input-field-rule
|
(define input-field-rule
|
||||||
|
|
Loading…
Reference in New Issue