Project

General

Profile

Actions

Bug #21663

closed

wrong htmlspecialchars on < em > in Extension Manager

Added by Sven Juergens over 14 years ago. Updated over 13 years ago.

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

screenshot.jpg (391 KB) screenshot.jpg Administrator Admin, 2009-11-24 12:15
12727-wrong-hsc.patch (3.31 KB) 12727-wrong-hsc.patch Administrator Admin, 2009-11-24 15:10
12727_removing_em.patch (563 Bytes) 12727_removing_em.patch Administrator Admin, 2009-11-26 02:02

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #21695: The new Introduced HSC's of labels arises html-Tags to be visbile in EMClosed2009-11-26

Actions
Has duplicate TYPO3 Core - Bug #21698: Extension category title not properly rendered in backendClosed2009-11-26

Actions
Actions

Also available in: Atom PDF