ZF-9247: DtDdWrapper change to  
Description
is not a valid xml character reference, when combined with the lack of a DTD in XHTML5 this breaks.
Need to change it to use the equivalent Numerical Character Reference, this is  
is not a valid xml character reference, when combined with the lack of a DTD in XHTML5 this breaks.
Need to change it to use the equivalent Numerical Character Reference, this is  
Comments
Posted by Christian Albrecht (alab) on 2010-04-05T05:49:44.000+0000
// edit LOL This patch changes all into   within Zend_Form and Zend_Form_UnitTests.
beside DtDdWrapper nbsp is used in Decorator_Label as well.
Posted by Christian Albrecht (alab) on 2010-04-05T06:14:06.000+0000
Added a patch so changing the Issue Type to Patch.
Posted by Christian Albrecht (alab) on 2010-04-05T09:33:27.000+0000
See the parent Issue, there is a suggestion to replace the   with a html comment tag.