diff --git a/en/views/helpers/paginator.rst b/en/views/helpers/paginator.rst index 19810632b6..058c62de9a 100644 --- a/en/views/helpers/paginator.rst +++ b/en/views/helpers/paginator.rst @@ -546,10 +546,10 @@ navigation, also supplied by the PaginationHelper:: The wording output by the counter() method can also be customized using special markers:: - 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: