diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py
index cc60f311..18d9e71e 100644
--- a/changedetectionio/__init__.py
+++ b/changedetectionio/__init__.py
@@ -830,7 +830,7 @@ def changedetection_app(config=None, datastore_o=None):
newest=newest_version_file_contents,
previous=previous_version_file_contents,
extra_stylesheets=extra_stylesheets,
- versions=dates[1:],
+ versions=dates[:-1], # All except current/last
uuid=uuid,
newest_version_timestamp=dates[-1],
current_previous_version=str(previous_version),
diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html
index a80ab398..343e3d7a 100644
--- a/changedetectionio/templates/diff.html
+++ b/changedetectionio/templates/diff.html
@@ -22,7 +22,7 @@
{% if versions|length >= 1 %}