Project

General

Profile

Actions

Bug #21521

closed

t3lib_div::linkThisScript isn't xhtml compatibel

Added by Steffen Kamper over 14 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Should have
Category:
-
Target version:
-
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

12545.diff (881 Bytes) 12545.diff Administrator Admin, 2009-11-10 15:55
12545_v2.diff (892 Bytes) 12545_v2.diff Administrator Admin, 2009-11-10 19:28

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility viewClosed2009-11-09

Actions
Actions #1

Updated by Dmitry Dulepov over 12 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

Also available in: Atom PDF