Skip to content

Commit 8ed48c1

Browse files
mtlynchmmistakes
authored andcommitted
Removing extraneous a and li tags (mmistakes#1038)
Removing duplicate <a> and <li> closing tags in paginator include.
1 parent de3954a commit 8ed48c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/paginator.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
{% comment %} Link next page {% endcomment %}
6262
{% if paginator.next_page %}
63-
<li><a href="{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | absolute_url }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a></li></a></li>
63+
<li><a href="{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | absolute_url }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a></li>
6464
{% else %}
6565
<li><a href="#" class="disabled"><span aria-hidden="true">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</span></a></li>
6666
{% endif %}

0 commit comments

Comments
 (0)