Skip to content

Commit 0ed8006

Browse files
committed
Use <td nowrap> to match the HTML of the original.
Use revision_display to get the right revision number for published RFCs. - Legacy-Id: 608
1 parent edb82f5 commit 0ed8006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idtracker/search_result_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
invalid HTML. -->
1010
<form method="GET" action="{% url ietf.idtracker.views.view_id match.document.filename %}"><td><input type="submit" value="DETAIL"></td></form>
1111
{% endif %}
12-
<td>{% if match.primary_flag %}<li>{% else %}<dd>{% endif %}{{ match.document.filename_with_link }} ({{ match.document.intended_status }})
12+
<td nowrap>{% if match.primary_flag %}<li>{% else %}<dd>{% endif %}{{ match.document.filename_with_link }} ({{ match.document.intended_status }})
1313
{% ifequal match.document.status.status "Replaced" %}
1414
<br>&nbsp;&nbsp;&nbsp;&nbsp;Replaced by
1515
{% if match.document.replaced_by.idinternal %}
@@ -30,7 +30,7 @@
3030
{% endfor %}
3131
{% endif %}
3232
</td>
33-
<td>{{ match.document.revision }}</td>
33+
<td>{{ match.document.revision_display }}</td>
3434
<td>{{ match.job_owner }}</td>
3535
<td>{% firstof match.status_date "" %}</td>
3636
<td>{{ match.event_date }}</td>

0 commit comments

Comments
 (0)