Skip to content

Commit

Permalink
Pagination: correct zurb presenter example markup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikush committed Sep 18, 2014
1 parent 1c012f9 commit e9d876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Extend the `Illuminate\Pagination\Presenter` class and implement its abstract me

public function getDisabledTextWrapper($text)
{
return '<li class="unavailable">'.$text.'</li>';
return '<li class="unavailable"><a href="">'.$text.'</a></li>';
}

public function getPageLinkWrapper($url, $page, $rel = null)
Expand Down

0 comments on commit e9d876c

Please sign in to comment.