From 52a4cf8d529b873b3e6900275299932d657da671 Mon Sep 17 00:00:00 2001
From: Peter Pfeufer
Date: Tue, 8 Feb 2022 20:21:09 +0100
Subject: [PATCH] [FIX] Use proper HTML5 tags instead of self-closing XML/XHTML
tags
---
.../templates/registration/registration_form.html | 4 ++--
.../templates/fleetactivitytracking/fatlinkformatter.html | 2 +-
.../hrapplications/templates/hrapplications/create.html | 4 ++--
.../templates/hrapplications/management.html | 2 +-
.../templates/hrapplications/searchview.html | 2 +-
.../hrapplications/templates/hrapplications/view.html | 2 +-
allianceauth/optimer/templates/optimer/add.html | 2 +-
allianceauth/optimer/templates/optimer/management.html | 2 +-
allianceauth/optimer/templates/optimer/update.html | 2 +-
.../openfire/templates/services/openfire/broadcast.html | 2 +-
.../templates/services/teamspeak3/teamspeakjoin.html | 4 ++--
.../services/templates/services/fleetformattertool.html | 4 ++--
.../templates/services/service_confirm_delete.html | 2 +-
.../services/templates/services/service_password.html | 2 +-
allianceauth/srp/templates/srp/add.html | 2 +-
allianceauth/srp/templates/srp/request.html | 2 +-
allianceauth/srp/templates/srp/update.html | 2 +-
allianceauth/templates/bundles/bootstrap-css.html | 8 ++++----
allianceauth/templates/bundles/datatables-css.html | 2 +-
allianceauth/templates/bundles/fontawesome.html | 2 +-
.../templates/bundles/jquery-datetimepicker-css.html | 2 +-
allianceauth/templates/bundles/jquery-ui-css.html | 2 +-
allianceauth/templates/bundles/x-editable.css.html | 2 +-
allianceauth/timerboard/templates/timerboard/form.html | 2 +-
.../templates/timerboard/timer_confirm_delete.html | 2 +-
25 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html
index 5c35fe88..a9aa5ef5 100644
--- a/allianceauth/authentication/templates/registration/registration_form.html
+++ b/allianceauth/authentication/templates/registration/registration_form.html
@@ -7,8 +7,8 @@
{% endblock %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html
index b6f241e8..903b961a 100644
--- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html
+++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkformatter.html
@@ -21,7 +21,7 @@
diff --git a/allianceauth/hrapplications/templates/hrapplications/create.html b/allianceauth/hrapplications/templates/hrapplications/create.html
index 26bf8c66..ce45356e 100644
--- a/allianceauth/hrapplications/templates/hrapplications/create.html
+++ b/allianceauth/hrapplications/templates/hrapplications/create.html
@@ -19,8 +19,8 @@
{{ question.help_text }}
{% endif %}
{% for choice in question.choices.all %}
-
-
+
+
{% empty %}
{% endfor %}
diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html
index adb87442..95d1e844 100644
--- a/allianceauth/hrapplications/templates/hrapplications/management.html
+++ b/allianceauth/hrapplications/templates/hrapplications/management.html
@@ -181,7 +181,7 @@
diff --git a/allianceauth/hrapplications/templates/hrapplications/searchview.html b/allianceauth/hrapplications/templates/hrapplications/searchview.html
index 979cb9db..064ece8d 100644
--- a/allianceauth/hrapplications/templates/hrapplications/searchview.html
+++ b/allianceauth/hrapplications/templates/hrapplications/searchview.html
@@ -67,7 +67,7 @@
diff --git a/allianceauth/hrapplications/templates/hrapplications/view.html b/allianceauth/hrapplications/templates/hrapplications/view.html
index 5f3b8526..a30e4d61 100644
--- a/allianceauth/hrapplications/templates/hrapplications/view.html
+++ b/allianceauth/hrapplications/templates/hrapplications/view.html
@@ -140,7 +140,7 @@
diff --git a/allianceauth/optimer/templates/optimer/add.html b/allianceauth/optimer/templates/optimer/add.html
index 84e1b694..fffc9707 100644
--- a/allianceauth/optimer/templates/optimer/add.html
+++ b/allianceauth/optimer/templates/optimer/add.html
@@ -19,7 +19,7 @@
diff --git a/allianceauth/optimer/templates/optimer/management.html b/allianceauth/optimer/templates/optimer/management.html
index 1cb85f0e..51b48c8e 100644
--- a/allianceauth/optimer/templates/optimer/management.html
+++ b/allianceauth/optimer/templates/optimer/management.html
@@ -21,7 +21,7 @@
{% translate "Current Eve Time:" %}
-
+
{% translate "Next Fleet Operations" %}
diff --git a/allianceauth/optimer/templates/optimer/update.html b/allianceauth/optimer/templates/optimer/update.html
index 7eb46577..ec0d1429 100644
--- a/allianceauth/optimer/templates/optimer/update.html
+++ b/allianceauth/optimer/templates/optimer/update.html
@@ -24,7 +24,7 @@
diff --git a/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html b/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html
index 519cbd49..50dd1b7d 100755
--- a/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html
+++ b/allianceauth/services/modules/openfire/templates/services/openfire/broadcast.html
@@ -19,7 +19,7 @@
diff --git a/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html b/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html
index 64c16339..2c78b2fc 100644
--- a/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html
+++ b/allianceauth/services/modules/teamspeak3/templates/services/teamspeak3/teamspeakjoin.html
@@ -12,11 +12,11 @@
diff --git a/allianceauth/services/templates/services/fleetformattertool.html b/allianceauth/services/templates/services/fleetformattertool.html
index 9827c9b2..dc906622 100644
--- a/allianceauth/services/templates/services/fleetformattertool.html
+++ b/allianceauth/services/templates/services/fleetformattertool.html
@@ -20,9 +20,9 @@
diff --git a/allianceauth/services/templates/services/service_confirm_delete.html b/allianceauth/services/templates/services/service_confirm_delete.html
index a2e1772e..0712f635 100644
--- a/allianceauth/services/templates/services/service_confirm_delete.html
+++ b/allianceauth/services/templates/services/service_confirm_delete.html
@@ -21,7 +21,7 @@
Are you sure you want to delete your {{ service_name }} account {{ object }}?
{% endblocktrans %}
-
+
diff --git a/allianceauth/services/templates/services/service_password.html b/allianceauth/services/templates/services/service_password.html
index 481fc25b..0ecc18f4 100644
--- a/allianceauth/services/templates/services/service_password.html
+++ b/allianceauth/services/templates/services/service_password.html
@@ -14,7 +14,7 @@
diff --git a/allianceauth/srp/templates/srp/add.html b/allianceauth/srp/templates/srp/add.html
index 95646b9b..e7ed4cc0 100644
--- a/allianceauth/srp/templates/srp/add.html
+++ b/allianceauth/srp/templates/srp/add.html
@@ -20,7 +20,7 @@
{% else %}
diff --git a/allianceauth/srp/templates/srp/request.html b/allianceauth/srp/templates/srp/request.html
index eaccf7e5..6e669f62 100644
--- a/allianceauth/srp/templates/srp/request.html
+++ b/allianceauth/srp/templates/srp/request.html
@@ -16,7 +16,7 @@
diff --git a/allianceauth/srp/templates/srp/update.html b/allianceauth/srp/templates/srp/update.html
index ea141580..82c33674 100644
--- a/allianceauth/srp/templates/srp/update.html
+++ b/allianceauth/srp/templates/srp/update.html
@@ -19,7 +19,7 @@
diff --git a/allianceauth/templates/bundles/bootstrap-css.html b/allianceauth/templates/bundles/bootstrap-css.html
index e9f04b0f..e9fe4a05 100644
--- a/allianceauth/templates/bundles/bootstrap-css.html
+++ b/allianceauth/templates/bundles/bootstrap-css.html
@@ -3,17 +3,17 @@
{% if NIGHT_MODE %}
{% if debug %}
-
+
{% else %}
-
+
{% endif %}
{% else %}
{% if debug %}
-
+
{% else %}
-
+
{% endif %}
{% endif %}
diff --git a/allianceauth/templates/bundles/datatables-css.html b/allianceauth/templates/bundles/datatables-css.html
index c38578c8..4acceb86 100644
--- a/allianceauth/templates/bundles/datatables-css.html
+++ b/allianceauth/templates/bundles/datatables-css.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/templates/bundles/fontawesome.html b/allianceauth/templates/bundles/fontawesome.html
index 287adac5..bd4b17e8 100644
--- a/allianceauth/templates/bundles/fontawesome.html
+++ b/allianceauth/templates/bundles/fontawesome.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/templates/bundles/jquery-datetimepicker-css.html b/allianceauth/templates/bundles/jquery-datetimepicker-css.html
index 2e697e43..57ad87a0 100644
--- a/allianceauth/templates/bundles/jquery-datetimepicker-css.html
+++ b/allianceauth/templates/bundles/jquery-datetimepicker-css.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/templates/bundles/jquery-ui-css.html b/allianceauth/templates/bundles/jquery-ui-css.html
index b7ddc1aa..308841bc 100644
--- a/allianceauth/templates/bundles/jquery-ui-css.html
+++ b/allianceauth/templates/bundles/jquery-ui-css.html
@@ -1,5 +1,5 @@
{% load static %}
-
+
diff --git a/allianceauth/templates/bundles/x-editable.css.html b/allianceauth/templates/bundles/x-editable.css.html
index 2b7cae17..c3cf4021 100644
--- a/allianceauth/templates/bundles/x-editable.css.html
+++ b/allianceauth/templates/bundles/x-editable.css.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/timerboard/templates/timerboard/form.html b/allianceauth/timerboard/templates/timerboard/form.html
index ecf6eea9..8d1980a9 100644
--- a/allianceauth/timerboard/templates/timerboard/form.html
+++ b/allianceauth/timerboard/templates/timerboard/form.html
@@ -19,7 +19,7 @@