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

Helmut Hummel typo3 at rampenlicht.org
Sun Oct 21 00:27:31 CEST 2007


Hi Georg, hello Ingmar

Ingmar Schlecht schrieb:
> Georg Ringer schrieb:
>> Ingmar Schlecht schrieb:
>>> Any reviews?
>>
>> Steffen, you and me
>>
>>> Is this considered a no-brainer?
>>
>> Yes, removing strip_tags here and adding it there. The only question
>> would be setting it to 0 or 1.
> 
> OK, committed to 4-1 and trunk.

OK, It's committed, but just to make sure:
Does it beave the same way as before?

In short: is

htmlspecialchars(strip_tags($altText))

the same as

strip_tags(htmlspecialchars($altText))


If not, in which order are these functions called in the current setup?

Regards Helmut


More information about the TYPO3-team-core mailing list