Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 6409) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -1139,6 +1139,7 @@ // Display legend, if there's at least one registered task // Also display information about the usage of server time if ($numRows > 0) { + $content .= $this->doc->spacer(20); $content .= '

' . $GLOBALS['LANG']->getLL('status.legend') . '

'; + $content .= $this->doc->spacer(10); $content .= $this->displayServerTime(); }