Store ID: 42712
Website URL:
http://www.beautymall.se
URL to page in question:
http://www.beautymall.se/kategori/mascara/
This is my code for pagination of my categories.
HTML Code:
<!-- Pagination Links (Top) -->
<div class="pgr">
Sidor:
[pager.first text='<img src="[server.plugin_url]/first.gif" alt="first page" />' alt='']
[pager.prev text='<img src="[server.plugin_url]/prev.gif" alt="prev page" />' alt='']
[pager.pages]
[pager.next text='<img src="[server.plugin_url]/next.gif" alt="next page" />' alt='']
[pager.last text='<img src="[server.plugin_url]/last.gif" alt="last page" />' alt='']
</div>
<!-- /Pagination Links (Top) -->
However, it seems like the [pager.pages] generates an incorrect HTML-code.
Generated HTML-code for the above:
HTML Code:
<!-- Pagination Links (Top) -->
<div class="pgr">
Sidor:
<span>1</span> | <a href="/kategori/mascara/2/'>2</a> | <a href='/kategori/mascara/3/'>3</a> | <a href='/kategori/mascara/4/'>4</a> | <a href='/kategori/mascara/5/'>5</a> | <a href='/kategori/mascara/6/'>6</a> | <a href='/kategori/mascara/7/'>7</a> | <a href='/kategori/mascara/8/'>8</a> | <a href='/kategori/mascara/9/'>9</a> | <a href='/kategori/mascara/10/'>10</a><a href='/kategori/mascara/2/'><img src="http://www.beautymall.se/wp-content/plugins/datafeedr//next.gif" alt="next page" /></a><a href="/kategori/mascara/97/'><img src="http://www.beautymall.se/wp-content/plugins/datafeedr//last.gif" alt="last page" /></a></div>
<!-- /Pagination Links (Top) -->
At the first page link, the URL is wrapped with a " and a ' making ny visitors uable to any other page except the first for each category.