Skip to content

Commit 72d08ac

Browse files
authored
Merge pull request #8110 from cakephp/pag
Paginator->counter's first param is string (ja)
2 parents 309689e + 9c014a5 commit 72d08ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fr/views/helpers/paginator.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,10 @@ l'addition de pages de navigation, aussi fournies par le Helper de Pagination::
552552
Le texte de sortie de la méthode counter() peut également être personnalisé en
553553
utilisant des marqueurs spéciaux::
554554

555-
<?= $this->Paginator->counter([
556-
'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of
557-
{{count}} total, starting on record {{start}}, ending on {{end}}'
558-
]) ?>
555+
<?= $this->Paginator->counter(
556+
'Page {{page}} of {{pages}}, showing {{current}} records out of
557+
{{count}} total, starting on record {{start}}, ending on {{end}}'
558+
) ?>
559559

560560
.. _paginator-helper-multiple:
561561

0 commit comments

Comments
 (0)