Skip to content

Commit

Permalink
Update config/pagination.php
Browse files Browse the repository at this point in the history
Added missing class attribute to <li> tag
  • Loading branch information
quetzyg committed Nov 2, 2012
1 parent 659016c commit dc86459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'regular' => "\n\t\t<li>{link}</li>",
'regular-link' => "<a href=\"{uri}\">{page}</a>",

'active' => "\n\t\t<li \"active\">{link}</li>",
'active' => "\n\t\t<li class=\"active\">{link}</li>",
'active-link' => "<a href=\"{uri}\">{page}</a>",

'next' => "\n\t\t<li>{link}</li>",
Expand Down

0 comments on commit dc86459

Please sign in to comment.