diff --git a/ietf/templates/idtracker/search_result_row.html b/ietf/templates/idtracker/search_result_row.html
index 816c08e69..b666fbf81 100644
--- a/ietf/templates/idtracker/search_result_row.html
+++ b/ietf/templates/idtracker/search_result_row.html
@@ -9,7 +9,7 @@
invalid HTML. -->
{% endif %}
- {% if match.primary_flag %}{% else %}{% endif %}{{ match.document.filename_with_link }} ({{ match.document.intended_status }})
+ {% if match.primary_flag %}{% else %}{% endif %}{{ match.document.filename_with_link }} ({{ match.document.intended_status }})
{% ifequal match.document.status.status "Replaced" %}
Replaced by
{% if match.document.replaced_by.idinternal %}
@@ -30,7 +30,7 @@
{% endfor %}
{% endif %}
|
- {{ match.document.revision }} |
+ {{ match.document.revision_display }} |
{{ match.job_owner }} |
{% firstof match.status_date "" %} |
{{ match.event_date }} |
|