Actions
Bug #21663
closedwrong htmlspecialchars on < em > in Extension Manager
Start date:
2009-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
there is a htmlspecialchars on the html Tag < em > for categories
in class.em_index.php online 769, 830, 905
is set the htmlspecialchars
<strong>'.htmlspecialchars($this->listOrderTitle($this->MOD_SETTINGS['listOrder'],$catName)).'</strong>
in the function listOrderTitle() line 5862 you find the html tag <em>
switch($listOrder) {
case 'cat':
return isset($this->categories[$key])?$this->categories[$key]:'<em>['.$key.']</em>';
break;
...
this <em> is converted to <em>
see attached File for result
(issue imported from #M12727)
Files
Actions