Skip to content

Commit 2092a76

Browse files
committed
Fix adamlaska#158: move <hr> to inside {% if matches %}, since it's
there to separate the search form from the results. - Legacy-Id: 751
1 parent 0d7e776 commit 2092a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idtracker/idtracker_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ <h1>IETF I-D TRACKER</h1>
7474

7575
</center>
7676

77-
<hr>
7877
{% if matches %}
78+
<hr>
7979
<b>Search Result</b><br>
8080
{% regroup matches by docstate as grouped %}
8181
{% include "idtracker/search_result_table.html" %}

0 commit comments

Comments
 (0)