[TYPO3-content-rendering] HTML-Cleaner and spam-protection ascii-mode -> wrong email-link

Christian Trabold trabold at mehrwert.de
Wed Sep 14 11:01:15 CEST 2005


> Changing
> 
> $outA[]=$attrib_name.'="'.htmlspecialchars($this->bidir_htmlspecialchars($attrib_value,-1)).'"'; 
> 
> 
> to
> 
> $outA[]=$attrib_name.'="'.$this->bidir_htmlspecialchars($attrib_value,-1).'"'; 
> 
> 
> seems to solve the problem, but I don't have the time to check for side 
> effects...

Well, it has side effects. All other link-parameters get not 
htmlspecialchared as well, and the validator is complaining about wrong 
encoding.

So this needs a bit more concentration than I can provide now for this 
issue. ;)


Christian



More information about the TYPO3-project-content-rendering mailing list