Added closing div tag to paginator output.
This commit is contained in:
@@ -97,7 +97,7 @@ class Paginator {
|
|||||||
*/
|
*/
|
||||||
public function links($adjacent = 3)
|
public function links($adjacent = 3)
|
||||||
{
|
{
|
||||||
return ($this->last_page > 1) ? '<div class="pagination">'.$this->previous().$this->numbers($adjacent).$this->next() : '';
|
return ($this->last_page > 1) ? '<div class="pagination">'.$this->previous().$this->numbers($adjacent).$this->next().'</div>' : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user