From b2223ce8da82583b84f084d454add9dc80050a8d 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 3cf71d82c0ed..cf49ae8a2517 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 %}