diff --git a/library/ZendAfi/Form/Decorator/Link.php b/library/ZendAfi/Form/Decorator/Link.php
index f0128b2b37b273066c2220e3381803886cf29f5e..4b2312c75aff369a6ac79f36ecc2a993c8a28561 100644
--- a/library/ZendAfi/Form/Decorator/Link.php
+++ b/library/ZendAfi/Form/Decorator/Link.php
@@ -26,7 +26,8 @@ class ZendAfi_Form_Decorator_Link extends Zend_Form_Decorator_HtmlTag {
 	 */
 	public function render($content) {
 		$attribs = array_intersect_key($this->_element->getAttribs(), ['target' => '',
-																																	 'title' => '']);
+																																	 'title' => '',
+																																	 'onclick' => '']);
 		return parent::render($this->_element->getView()->tagAnchor($this->_element->getValue(),
 																																$this->_element->getLabel(),
 																																$attribs));