Skip to content

Commit

Permalink
Update index.ctp
Browse files Browse the repository at this point in the history
Fix paginator's length
  • Loading branch information
ioigoume authored Sep 30, 2021
1 parent ebccfb9 commit dc3a820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/View/AuthenticationEvents/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@

<tfoot>
<tr class="ui-widget-header">
<th colspan="5">
<th colspan="6">
<?php print $this->element("pagination"); ?>
</th>
</tr>
</tfoot>
</table>
</div>
</div>

0 comments on commit dc3a820

Please sign in to comment.