valitade zend framework's output
Posted
by vitaly.batonov
on Stack Overflow
See other posts from Stack Overflow
or by vitaly.batonov
Published on 2010-04-27T13:41:43Z
Indexed on
2010/04/27
13:53 UTC
Read the original article
Hit count: 392
I use xhtml1-strict.dtd and validator.w3.org not validate Zend Forms.
Tell me how you can validate Zend's html
example
Zend output: <input type="">
I need: <input type="" />
© Stack Overflow or respective owner