diff --git a/public/admin/index.php b/public/admin/index.php index 0f50bb3..adc8062 100644 --- a/public/admin/index.php +++ b/public/admin/index.php @@ -365,7 +365,7 @@ document.addEventListener('DOMContentLoaded', () => { $from = $offset + 1; $to = min($offset + $perPage, $totalCount); if ($totalPages > 1) { - echo "$from–$to sur $totalCount TFE"; + echo "{$from}–{$to} sur {$totalCount} TFE"; } else { echo "$totalCount TFE"; }