From 448c38990e71e4c98f62d60e2d2f9a81f870b509 Mon Sep 17 00:00:00 2001 From: NorHei Date: Tue, 17 Nov 2015 12:00:26 +0100 Subject: [PATCH] getFTAN() returns a hidden field whith title="" alt="" simply removed this Thx to Webbird for reporting --- wbce/framework/SecureForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wbce/framework/SecureForm.php b/wbce/framework/SecureForm.php index 237b2deab..826cc2c97 100644 --- a/wbce/framework/SecureForm.php +++ b/wbce/framework/SecureForm.php @@ -236,7 +236,7 @@ final public function getFTAN($as_tag = true) if ($as_tag == true) { // by default return a complete, hidden -tag - return ''; + return ''; } return $this->_tokenname . '=' . $signed;