Index: typo3/show_item.php =================================================================== --- typo3/show_item.php (revision 9416) +++ typo3/show_item.php (working copy) @@ -486,7 +486,7 @@ // Compile information for title tag: $infoData = array(); if (count($rows)) { - $infoData[] = '' . + $infoData[] = '' . ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.table').'' . ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.uid').'' . ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.field').''. @@ -506,7 +506,7 @@ ''; } - return count($infoData) ? ''.implode('',$infoData).'
' : ''; + return count($infoData) ? '' . implode('', $infoData) . '
' : ''; } /** @@ -529,7 +529,7 @@ // Compile information for title tag: $infoData = array(); if (count($rows)) { - $infoData[] = '' . + $infoData[] = '' . ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.field').''. ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.flexpointer').''. ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.softrefKey').''. @@ -551,7 +551,7 @@ ''; } - return count($infoData) ? ''.implode('',$infoData).'
' : ''; + return count($infoData) ? '' . implode('', $infoData) . '
' : ''; } }