From 6bfc3fedde27584e7e32c701a5d2e1785fa94d76 Mon Sep 17 00:00:00 2001 From: "LB (Ben Johnston)" Date: Thu, 16 Jul 2020 16:16:09 +1000 Subject: [PATCH] Remove white space at the end if the icon template --- wagtail/admin/templates/wagtailadmin/shared/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/admin/templates/wagtailadmin/shared/icon.html b/wagtail/admin/templates/wagtailadmin/shared/icon.html index 7353b79a28..e80b719cad 100644 --- a/wagtail/admin/templates/wagtailadmin/shared/icon.html +++ b/wagtail/admin/templates/wagtailadmin/shared/icon.html @@ -10,4 +10,4 @@ {% endif %} {% if wrapped %}{% endif %} -{% endspaceless %} +{% endspaceless %} \ No newline at end of file