Index: typo3/sysext/cms/tslib/class.tslib_adminpanel.php
===================================================================
--- typo3/sysext/cms/tslib/class.tslib_adminpanel.php (revision 10504)
+++ typo3/sysext/cms/tslib/class.tslib_adminpanel.php (working copy)
@@ -321,12 +321,12 @@
'
' .
+ '' .
'';
if ($moduleContent) {
$footer = '' .
- '' .
'
';
} else {
@@ -720,9 +720,9 @@
* @see extGetHead()
*/
protected function linkSectionHeader($sectionSuffix, $sectionTitle, $className = '') {
- return '' . $sectionTitle . '
';
+ '"' . ($className ? ' class="' . $className . '"' : '') . '>' . $sectionTitle . '';
}
/**