diff --git a/django/contrib/admin/templates/admin/object_history.html b/django/contrib/admin/templates/admin/object_history.html
index 2c353374f67..c8169a6c3be 100644
--- a/django/contrib/admin/templates/admin/object_history.html
+++ b/django/contrib/admin/templates/admin/object_history.html
@@ -7,7 +7,7 @@
{% trans 'Home' %}
› {{ app_label|capfirst|escape }}
› {{ module_name }}
-› {{ object|truncatewords:"18" }}
+› {{ object|truncatewords:"18" }}
› {% trans 'History' %}
{% endblock %}