Fix closing tag for nav element
This causes IE8 to not clone the pagination properly. Also, it's of course invalid markup. References #83
This commit is contained in:
parent
93aed1b818
commit
882589d5b0
@ -1748,7 +1748,7 @@ END_IMG_CSS;
|
||||
<li class='prev'>$linkPrevious</li>
|
||||
<li class='next'>$linkNext</li>
|
||||
</ul>
|
||||
<nav>
|
||||
</nav>
|
||||
</div>
|
||||
");
|
||||
if (is_array($sql)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user