+2009-11-29 Francois Suter <francois@typo3.org>
+
+ * Fixed bug #12727: Wrong htmlspecialchars() usage in Extension Manager (thanks to Andreas Kundoch)
+
2009-11-29 Oliver Hader <oliver@typo3.org>
* Fixed bug #12786: Wrong mouseover cursor at icon of docheader (thanks to Georg Ringer)
function listOrderTitle($listOrder,$key) {
switch($listOrder) {
case 'cat':
- return isset($this->categories[$key])?$this->categories[$key]:'<em>['.$key.']</em>';
+ return isset($this->categories[$key]) ? $this->categories[$key] : '[' . $key . ']';
break;
case 'author_company':
return $key;