From 8ed48c1cd53a7f947c02bf767cfeb7cc2bd76fa8 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 30 May 2017 08:11:19 -0400 Subject: [PATCH] Removing extraneous a and li tags (#1038) Removing duplicate and
  • closing tags in paginator include. --- _includes/paginator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/paginator.html b/_includes/paginator.html index 3cf71d82..cf49ae8a 100644 --- a/_includes/paginator.html +++ b/_includes/paginator.html @@ -60,7 +60,7 @@ {% comment %} Link next page {% endcomment %} {% if paginator.next_page %} -
  • {{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}
  • +
  • {{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}
  • {% else %}
  • {% endif %}