From 0ed8006852f4ca1415abbee2bb1e9e9ee081e67c Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Fri, 22 Jun 2007 01:43:43 +0000 Subject: [PATCH] Use to match the HTML of the original. Use revision_display to get the right revision number for published RFCs. - Legacy-Id: 608 --- ietf/templates/idtracker/search_result_row.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}