Skip to content

Commit 6a65978

Browse files
author
Peter Musgrave
committed
Fix column in doc search results so IPR is shown correctly.
- Legacy-Id: 2614
1 parent 9391941 commit 6a65978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peter/ietf/templates/idrfc/search_results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
{% else %}
4141
{% regroup docs by view_sort_group as grouped_docs %}
4242
<table class="ietf-table ietf-doctable">
43-
<tr><th class="doc">Document</th><th class="title">Title</th><th class="date">Date</th><th class="status" colspan="2">Status</th><th class="ad">Area Director</th></tr>
43+
<tr><th class="doc">Document</th><th class="title">Title</th><th class="date">Date</th><th class="status" colspan="2">Status</th><th class="ipr">ipr</th><th class="ad">Area Director</th></tr>
4444
{% for doc_group in grouped_docs %}
45-
<tr class="header"><td colspan="6">{{doc_group.grouper}}s</td></tr>
45+
<tr class="header"><td colspan="7">{{doc_group.grouper}}s</td></tr>
4646

4747
{% for doc in doc_group.list %}
4848
{% include "idrfc/search_result_row.html" %}

0 commit comments

Comments
 (0)