Actions
Bug #21521
closedt3lib_div::linkThisScript isn't xhtml compatibel
Start date:
2009-11-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
return of this function use unescaped "&"
Solution: add xhtmlMode which is set to TRUE by default
(issue imported from #M12545)
Files
Updated by Dmitry Dulepov almost 13 years ago
- Status changed from Accepted to Rejected
- Target version deleted (
-1)
This is not a correct solution. Just use htmlspecialchars() on the result of this function if you have to put it in links. You must do it anyway for security reasons, so do not add any extra parameters to the function.
Actions