You have to pass the configuration option 'escape' = false to the Zend_Form_Decorator_Errors().
Mostly this one is loaded automatically so then you have to request it.
$zendelement->getDecorator('Zend_Form_Decorator_Errors')->setOption('escape', false);
Peter Smit
2009-05-02 10:55:25