[TYPO3-project-formidable] renderlet CAPTCHA - Bug: Non valid XHTML-Code - SOLUTION

Hauke Hain newgrp at googlemail.com
Tue Feb 24 22:00:12 CET 2009


Hello,

the following line has to be replaced by
$aCaptcha["img"]="<img id='" . $this->_getElementHtmlId() . "img' 
src='".$_SESSION['cryptdir']."cryptographp.php?cfg=0&amp;".$iSID."' 
alt='captcha'></img>";

this one:
$aCaptcha["img"]="<img id='" . $this->_getElementHtmlId() . "img' 
src='".$_SESSION['cryptdir']."cryptographp.php?cfg=0&amp;".$iSID."' 
alt='captcha'>";

The "</img>" is to much.

Regards,
Hauke

PS: If I notive bugs like this, should I post them to the mailinglist or is 
there a bugtracker or special e-mail adress I can consider? 



More information about the TYPO3-project-formidable mailing list