rewdy / Pico-Pagination

Provides basic pagination for Pico.
27 stars 12 forks source link

use of >/< in default next_text and prev_text variables and Google search-like numbered pagination #6

Closed Lomanic closed 9 years ago

Lomanic commented 10 years ago

Here is the output of the {{ pagination_links }} twig var I had during my test:

<a href="example.com/page/1" id="prev_page_link">< Previous</a>

I think this is better to use &lt; and &gt; in HTML tags

rewdy commented 9 years ago

Looks good. Thanks for your work on this.