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[] = '
';
}
- 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[] = '';
}
- return count($infoData) ? ''.implode('',$infoData).'
' : '';
+ return count($infoData) ? '' . implode('', $infoData) . '
' : '';
}
}