Skip to content

Commit

Permalink
use html entity elipsis in html content
Browse files Browse the repository at this point in the history
  • Loading branch information
offline committed Aug 16, 2016
1 parent 7bc0d4e commit d991ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/PaginatorHelper.php
Expand Up @@ -73,7 +73,7 @@ class PaginatorHelper extends Helper
'last' => '<li class="last"><a href="{{url}}">{{text}}</a></li>',
'number' => '<li><a href="{{url}}">{{text}}</a></li>',
'current' => '<li class="active"><a href="">{{text}}</a></li>',
'ellipsis' => '<li class="ellipsis"></li>',
'ellipsis' => '<li class="ellipsis">&hellip;</li>',
'sort' => '<a href="{{url}}">{{text}}</a>',
'sortAsc' => '<a class="asc" href="{{url}}">{{text}}</a>',
'sortDesc' => '<a class="desc" href="{{url}}">{{text}}</a>',
Expand Down

0 comments on commit d991ded

Please sign in to comment.