diff --git a/typo3/show_item.php b/typo3/show_item.php index 8948708..36b6b75 100644 --- a/typo3/show_item.php +++ b/typo3/show_item.php @@ -498,8 +498,10 @@ class SC_show_item { foreach($rows as $row) { $record = t3lib_BEfunc::getRecord($row['tablename'], $row['recuid']); $infoData[] = '' . - '' . $GLOBALS['LANG']->sL($GLOBALS['TCA'][$row['tablename']]['ctrl']['title'], TRUE) . '' . - '' . t3lib_BEfunc::getRecordTitle($row['tablename'], $record, TRUE) . '' . + ' ' . + $GLOBALS['LANG']->sL($GLOBALS['TCA'][$row['tablename']]['ctrl']['title'], TRUE) . '' . + ' ' . + t3lib_BEfunc::getRecordTitle($row['tablename'], $record, TRUE) . ' ' . '' . htmlspecialchars($this->getFieldName($row['tablename'], $row['field'])) . ''. '' . $row['flexpointer'] . '' . '' . $row['softref_key'] . '' .