diff --git a/fr/views/helpers/paginator.rst b/fr/views/helpers/paginator.rst index 206204a2d8..24214ec931 100644 --- a/fr/views/helpers/paginator.rst +++ b/fr/views/helpers/paginator.rst @@ -552,10 +552,10 @@ l'addition de pages de navigation, aussi fournies par le Helper de Pagination:: Le texte de sortie de la méthode counter() peut également être personnalisé en utilisant des marqueurs spéciaux:: - Paginator->counter([ - 'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of - {{count}} total, starting on record {{start}}, ending on {{end}}' - ]) ?> + Paginator->counter( + 'Page {{page}} of {{pages}}, showing {{current}} records out of + {{count}} total, starting on record {{start}}, ending on {{end}}' + ) ?> .. _paginator-helper-multiple: