From fae8c89a4ec9b190fa60198756cf7d7e071b5365 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 29 Apr 2023 22:29:57 +0200 Subject: [PATCH] UI - Various minor HTML validation fixes --- .../templates/_common_fields.jinja | 2 +- changedetectionio/templates/base.html | 34 +++++++++---------- .../templates/clear_all_history.html | 2 +- changedetectionio/templates/diff.html | 16 ++++----- changedetectionio/templates/edit.html | 8 ++--- changedetectionio/templates/import.html | 2 +- changedetectionio/templates/login.html | 4 +-- changedetectionio/templates/preview.html | 4 +-- changedetectionio/templates/settings.html | 2 +- .../templates/watch-overview.html | 24 ++++++------- 10 files changed, 49 insertions(+), 49 deletions(-) diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index 01cb9a90..4ab4ca4d 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -23,7 +23,7 @@
Send test notification {% if emailprefix %} - Add email + Add email {% endif %} Notification debug logs
diff --git a/changedetectionio/templates/base.html b/changedetectionio/templates/base.html index fa5f7825..9cd3a33b 100644 --- a/changedetectionio/templates/base.html +++ b/changedetectionio/templates/base.html @@ -2,28 +2,28 @@ - - - + + + Change Detection{{extra_title}} - - - + + + {% if extra_stylesheets %} {% for m in extra_stylesheets %} - + {% endfor %} {% endif %} - - - - - - - - - + + + + + + + + +