From 1c127f6fe00342cfbf50ce5f100e48a91c735fb0 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 13 Feb 2017 16:43:12 +0000 Subject: [PATCH] Fix broken script tag The HTML validator picks up this error in our code: > Self-closing syntax (/>) used on a non-void HTML element. Ignoring > the slash and treating as a start tag. --- app/templates/admin_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 5ba61df75..b12b838d4 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -130,7 +130,7 @@ {% endblock %} {% block body_end %} - +