Index: typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php =================================================================== --- typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php (revision 6329) +++ typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php (working copy) @@ -101,7 +101,7 @@ $content .= ''; foreach ($installedServices as $serviceKey => $serviceInfo) { $content .= ''; - $cellContent = '

' . $serviceInfo['title'] . ' (' . $serviceKey . ')

'; + $cellContent = '

' . $serviceInfo['title'] . ' (' . $serviceInfo['extKey'] . ': ' . $serviceKey . ')

'; if (!empty($serviceInfo['description'])) { $cellContent .= '

' . $serviceInfo['description']. '

'; }