Index: typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php =================================================================== --- typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php (revision 6502) +++ typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php (working copy) @@ -72,6 +72,7 @@ // Get list of installed services $content .= $this->displayServiceList(); // Get list of binaries search paths + $content .= $this->reportObject->doc->spacer(10); $content .= $this->displaySearchPaths(); return $content;