diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index 86927a8f..a80ab398 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -72,7 +72,7 @@
{% if is_html_webdriver %} - {% if screenshot|length >1 %} + {% if screenshot %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page. diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html index fb7a6546..4165fb10 100644 --- a/changedetectionio/templates/preview.html +++ b/changedetectionio/templates/preview.html @@ -39,7 +39,7 @@
{% if is_html_webdriver %} - {% if screenshot|length >1 %} + {% if screenshot %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page.