diff -r 5e7a0fedabdf -r 877f952ae2bd web/lib/Zend/Service/ReCaptcha/MailHide.php --- a/web/lib/Zend/Service/ReCaptcha/MailHide.php Thu Mar 21 17:31:31 2013 +0100 +++ b/web/lib/Zend/Service/ReCaptcha/MailHide.php Thu Mar 21 19:50:53 2013 +0100 @@ -15,7 +15,7 @@ * @category Zend * @package Zend_Service * @subpackage ReCaptcha - * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ @@ -28,9 +28,9 @@ * @category Zend * @package Zend_Service * @subpackage ReCaptcha - * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id: MailHide.php 20108 2010-01-06 22:05:31Z matthew $ + * @version $Id: MailHide.php 24593 2012-01-05 20:35:02Z matthew $ */ class Zend_Service_ReCaptcha_MailHide extends Zend_Service_ReCaptcha { @@ -312,18 +312,18 @@ $enc = $this->getOption('encoding'); /* Genrate the HTML used to represent the email address */ - $html = htmlentities($this->getEmailLocalPart(), ENT_COMPAT, $enc) - . '' . $this->_options['linkHiddenText'] . '@' + . $this->_options['popupWidth'] + . ',height=' + . $this->_options['popupHeight'] + . '\'); return false;" title="' + . $this->_options['linkTitle'] + . '">' . $this->_options['linkHiddenText'] . '@' . htmlentities($this->getEmailDomainPart(), ENT_COMPAT, $enc); return $html;