diff --git a/backend/backend.py b/backend/backend.py
index 0406c1bf..5b27e14b 100644
--- a/backend/backend.py
+++ b/backend/backend.py
@@ -244,6 +244,7 @@ def diff_history_page(uuid):
previous=previous_version_file_contents,
extra_stylesheets=extra_stylesheets,
versions=dates[1:],
+ newest_version_timestamp=dates[0],
current_previous_version=str(previous_version),
current_diff_url=watch['url'])
diff --git a/backend/templates/diff.html b/backend/templates/diff.html
index 633ce4be..5bd25148 100644
--- a/backend/templates/diff.html
+++ b/backend/templates/diff.html
@@ -16,7 +16,7 @@
Chars
{% if versions|length >= 1 %}
-
+