From 4784ae4cd09f19ee23fd40bb82063228cbdfbf3b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 4 Jan 2026 17:17:17 +0100 Subject: [PATCH] Misc small HTML Validation fixes (#3704) --- .../settings/templates/settings.html | 20 +++++++++---------- .../watchlist/templates/watch-overview.html | 2 +- .../templates/_common_fields.html | 2 ++ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index ce13ef00..5e72e958 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -25,7 +25,7 @@
  • UI Options
  • API
  • RSS
  • -
  • Time & Date
  • +
  • Time & Date
  • CAPTCHA & Proxies
  • @@ -78,9 +78,7 @@
    -
    - {{ render_common_settings_form(form.application.form, emailprefix, settings_application, extra_notification_token_placeholder_info) }} -
    + {{ render_common_settings_form(form.application.form, emailprefix, settings_application, extra_notification_token_placeholder_info) }}
    {{ render_field(form.application.form.base_url, class="m-d") }} @@ -121,7 +119,7 @@
    {{ render_field(form.requests.form.timeout) }} - For regular plain requests (not chrome based), maximum number of seconds until timeout, 1-999.
    + For regular plain requests (not chrome based), maximum number of seconds until timeout, 1-999.
    {{ render_field(form.requests.form.default_ua) }} @@ -212,7 +210,7 @@ nav - Chrome store icon + Chrome store icon Chrome Webstore

    @@ -253,14 +251,14 @@ nav Ensure the settings below are correct, they are used to manage the time schedule for checking your web page watches.
    -

    UTC Time & Date from Server: {{ utc_time }}

    -

    Local Time & Date in Browser:

    -

    +

    UTC Time & Date from Server: {{ utc_time }}

    +

    Local Time & Date in Browser:

    +
    {{ render_field(form.application.form.scheduler_timezone_default) }} -

    +
    @@ -329,7 +327,7 @@ nav
    -

    Tip: "Residential" and "Mobile" proxy type can be more successfull than "Data Center" for blocked websites. +

    Tip: "Residential" and "Mobile" proxy type can be more successfull than "Data Center" for blocked websites.

    {{ render_fieldlist_with_inline_errors(form.requests.form.extra_proxies) }} diff --git a/changedetectionio/blueprint/watchlist/templates/watch-overview.html b/changedetectionio/blueprint/watchlist/templates/watch-overview.html index 1cb22c67..9b19b41f 100644 --- a/changedetectionio/blueprint/watchlist/templates/watch-overview.html +++ b/changedetectionio/blueprint/watchlist/templates/watch-overview.html @@ -155,7 +155,7 @@ document.addEventListener('DOMContentLoaded', function() {
    {% if 'favicons_enabled' not in ui_settings or ui_settings['favicons_enabled'] %}
    {# A page might have hundreds of these images, set IMG options for lazy loading, don't set SRC if we dont have it so it doesnt fetch the placeholder' #} - Favicon thumbnail + Favicon thumbnail
    {% endif %}
    diff --git a/changedetectionio/templates/_common_fields.html b/changedetectionio/templates/_common_fields.html index db7b8912..36cc1b6b 100644 --- a/changedetectionio/templates/_common_fields.html +++ b/changedetectionio/templates/_common_fields.html @@ -145,6 +145,7 @@
    +
    {{ render_field(form.notification_title, class="m-d notification-title", placeholder=settings_application['notification_title']) }} @@ -169,6 +170,7 @@
    +
    {{ render_field(form.notification_format , class="notification-format") }}