Index: typo3/sysext/beuser/mod/index.php =================================================================== --- typo3/sysext/beuser/mod/index.php (revision 9416) +++ typo3/sysext/beuser/mod/index.php (working copy) @@ -1607,12 +1607,12 @@ } // Wrap tag around the rows: $outTable = ' -
- - - - - '.$outTable.' +
' . $GLOBALS['LANG']->getLL('timestamp', true) . '' . $GLOBALS['LANG']->getLL('host', true) . '' . $GLOBALS['LANG']->getLL('username', true) . '
+ + + + + ' . $outTable . '
' . $GLOBALS['LANG']->getLL('timestamp', true) . '' . $GLOBALS['LANG']->getLL('host', true) . '' . $GLOBALS['LANG']->getLL('username', true) . '
'; $content.= $this->doc->section($GLOBALS['LANG']->getLL('whoIsOnline', true),$outTable,0,1);