diff --git a/templates/element/genericElements/IndexTable/pagination.php b/templates/element/genericElements/IndexTable/pagination.php
index b321962..890093d 100644
--- a/templates/element/genericElements/IndexTable/pagination.php
+++ b/templates/element/genericElements/IndexTable/pagination.php
@@ -25,11 +25,11 @@
'number' => '
{{text}}',
'current' => '{{text}}',
'ellipsis' => '…',
- 'sort' => '{{text}}',
- 'sortAsc' => '{{text}} ',
- 'sortDesc' => '{{text}} ',
- 'sortAscLocked' => '{{text}}',
- 'sortDescLocked' => '{{text}}'
+ 'sort' => '{{text}}',
+ 'sortAsc' => '{{text}} ',
+ 'sortDesc' => '{{text}} ',
+ 'sortAscLocked' => '{{text}}',
+ 'sortDescLocked' => '{{text}}'
]
);
echo $this->Paginator->options($options);