Index: typo3/class.show_rechis.inc =================================================================== --- typo3/class.show_rechis.inc (revision 8080) +++ typo3/class.show_rechis.inc (working copy) @@ -346,7 +346,7 @@ $lines=array(); // Initialize: - $lines[] = ' + $lines[] = ' '.$LANG->getLL('time',1).' '.$LANG->getLL('age',1).' @@ -388,7 +388,7 @@ $expirationWarning = 1; $lines[] = ' - + '.$LANG->getLL('consistenceWarning',1).' '; } @@ -443,11 +443,10 @@ $singleLine[] = ''; } - $bgColorClass = $entry['snapshot'] ? 'bgColor2' : 'bgColor4-20'; // put line together $lines[] = ' - - '.implode('',$singleLine).' + + ' . implode('', $singleLine) . ' '; } @@ -456,8 +455,8 @@ - - '.implode('',$lines).' +
+ ' . implode('', $lines) . '
'; if ($this->lastSyslogId) {