[TYPO3-core] RFC: Fix bug #6553: Remove hardcoded functions replacing with TS

Ingmar Schlecht ingmar at typo3.org
Sun Oct 21 01:23:46 CEST 2007


Helmut Hummel wrote:
> In short: is
> 
> htmlspecialchars(strip_tags($altText))
> 
> the same as
> 
> strip_tags(htmlspecialchars($altText))

The order didn't change, it's still 
htmlspecialchars(strip_tags($altText)) and was never anything else. Just 
have a look at the code next time.

cheers
Ingmar


More information about the TYPO3-team-core mailing list