The page navigation numbering in the footer of the “File List” templates is listed vertically instead of going across horizontally.
This is the code inserted in the footer area:
<div class=”tablenav-pages”>%page_nav%</div>
It is inserting extra <br><br> between each page number so the numbers show up vertically. I want to remove the <br><br> so they show up horizontally.
Can anyone help me locate where to do this.
Thanks.