Fix XHTML validation
parent
bda6bd6f21
commit
dad89fb2b7
|
@ -72,9 +72,11 @@ CHLOE: a
|
||||||
|
|
||||||
: compile-hidden-form-fields ( for -- )
|
: compile-hidden-form-fields ( for -- )
|
||||||
'[
|
'[
|
||||||
_ [ "," split [ hidden render ] each ] when*
|
<div "display: none;" =style div>
|
||||||
nested-forms get " " join f like nested-forms-key hidden-form-field
|
_ [ "," split [ hidden render ] each ] when*
|
||||||
[ modify-form ] each-responder
|
nested-forms get " " join f like nested-forms-key hidden-form-field
|
||||||
|
[ modify-form ] each-responder
|
||||||
|
</div>
|
||||||
] [code] ;
|
] [code] ;
|
||||||
|
|
||||||
: compile-form-attrs ( method action attrs -- )
|
: compile-form-attrs ( method action attrs -- )
|
||||||
|
|
Loading…
Reference in New Issue