Re: Zend_Form html entities problem
I'm having the same problems with simply displaying html with a simple echo function. The view escape is converting all the html entities in my data to ascii. I tried turning it off using this noEscape function but I must be missing something. The escape callback is not working and needs to be a valid one as defined in Abstract.php in library/Zend/View. Do I only have two default choices 'htmlspecialchars' and 'htmlspecialentities'??