From 346b4014a940807dcd73909482ae1fe022e29bdf Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 31 Oct 2023 14:13:01 +0100 Subject: [PATCH] [ADD] Missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just for the sake of it … --- .../services/templates/services/services_ctrl_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/services/templates/services/services_ctrl_base.html b/allianceauth/services/templates/services/services_ctrl_base.html index ba20fdff..526f345b 100644 --- a/allianceauth/services/templates/services/services_ctrl_base.html +++ b/allianceauth/services/templates/services/services_ctrl_base.html @@ -1,6 +1,6 @@ {% load i18n %} -
+
{% block title %}{% endblock title %}