From 0f47a047e01862e12f70091f6ee070ce43f8d2c8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 29 Apr 2023 20:36:30 +0200 Subject: [PATCH] Removing extra class attr --- changedetectionio/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 60bc9e4a..a6806b9b 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -92,7 +92,7 @@ {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}} - + {% if watch.get_fetch_backend == "html_webdriver" or ( watch.get_fetch_backend == "system" and system_default_fetcher == 'html_webdriver' )