From 18fa5aea1875181911d8f7e634ff2938c306ece4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 4 Jan 2026 17:08:07 +0100 Subject: [PATCH] Remove trailing slash --- .../blueprint/watchlist/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/blueprint/watchlist/templates/watch-overview.html b/changedetectionio/blueprint/watchlist/templates/watch-overview.html index 1cb22c675..9b19b41f3 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 %}