ZF-5041: ZendX_JQuery_View_Helper_AjaxLink Error print links (tag 'a') in XHTML
Description
If the docktype is set as XHTML_* the links are printed as:
The problem is in ZendX_JQuery_View_Helper_AjaxLink line 284 when getClosingBracket is called.
$html = '<a' . $this->_htmlAttribs($attribs) . $this->getClosingBracket() . $label . '';
$this->getClosingBracket() must be replaced by simple ">"
Comments
Posted by Benjamin Eberlei (beberlei) on 2008-11-24T05:19:30.000+0000
Recoginzed, will fix that tonight and re-commit it into the 1.7 tree for 1.7.1 fix.
Posted by Benjamin Eberlei (beberlei) on 2008-11-25T07:49:16.000+0000
Fixed in trunk and merged into 1.7 release branch