diff --git a/Classes/FormEngine/DownloadStatistics.php b/Classes/FormEngine/DownloadStatistics.php index ce28f6a..fd82622 100644 --- a/Classes/FormEngine/DownloadStatistics.php +++ b/Classes/FormEngine/DownloadStatistics.php @@ -87,8 +87,9 @@ public function render(): array $markup[] = ''; $markup[] = ''; $markup[] = ''; + foreach ($statistics as $file) { - $markup[] = ''; + $markup[] = ''; } $markup[] = ''; $markup[] = '
' . htmlspecialchars($titleFileName) . '' . htmlspecialchars($titleDownloads) . '
' . htmlspecialchars($file['name']) . '' . htmlspecialchars($file['cnt']) . '
' . htmlspecialchars($file['name']) . '' . $file['cnt'] . '
';