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 = '
-
-
- ' . $GLOBALS['LANG']->getLL('timestamp', true) . ' |
- ' . $GLOBALS['LANG']->getLL('host', true) . ' |
- ' . $GLOBALS['LANG']->getLL('username', true) . ' |
-
'.$outTable.'
+ ';
$content.= $this->doc->section($GLOBALS['LANG']->getLL('whoIsOnline', true),$outTable,0,1);