Skip to content

Commit b23952c

Browse files
committed
The previous fix for the search result table width was incorrect.
Commit ready for merge. - Legacy-Id: 10622
1 parent 7d3c268 commit b23952c

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@
9191
{% endif %}
9292
{% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
9393
</td>
94-
{% else %}
95-
<td></td>
9694
{% endif %}
9795

9896
</tr>

ietf/templates/doc/search/search_results.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@
4343
<tbody>
4444
<tr class="info">
4545
<th></th>
46-
{% if "ad" in meta.headers %}
47-
<th colspan="{{ meta.headers|length|add:"-1" }}">
48-
{% else %}
49-
<th colspan="{{ meta.headers|length }}">
50-
{% endif %}
46+
<th colspan="{{ meta.headers|length|add:"-1" }}">
5147
{{ doc_group.grouper|plural:doc_group.list }}
5248
</th>
5349
</tr>

0 commit comments

Comments
 (0)