Skip to content

Commit 94ed5ba

Browse files
committed
Correcting earlier elimination of duplicate <hr>
- Legacy-Id: 603
1 parent f706ac2 commit 94ed5ba

8 files changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/templates/idindex/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<br><br>
3535

3636
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"> <a href="/idindex/">I-D Search</a>
37-
<hr>
3837
{% endblock %}
3938

4039
{% block iddbcontent %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<h2>I-Ds List, Author identifier starts with <i>draft-{{ filter }}</i></h2>
56
{% include "idindex/doclist.html" %}
67
{% endblock %}

ietf/templates/idindex/internetdraft_detail.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}Internet Draft Database Index - {{ object.filename }}{% endblock %}
44

55
{% block iddbcontent %}
6+
<hr>
67
<h2>{{ object.filename }}-{{ object.revision_display }}</h2>
78
<blockquote>
89
{% ifequal object.status.status "Active" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<h2>I-Ds List, Other Drafts - <i>{{ category.upper }}</i></h2>
56
{% include "idindex/doclist.html" %}
67
{% endblock %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
56
{% include "idindex/doclist.html" %}
67
{% endblock %}

ietf/templates/idindex/view_related_docs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<table>
56
<tr><td colspan="3"><h3>Total number of related documents found: {{ numdocs }}</h3></td></tr>
67
{% for doc in related %}

ietf/templates/idindex/wgdocs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<h2>I-Ds List Working Group, <i>{{ group.name }}</i> ({{ group.acronym }})</h2>
56
{% include "idindex/doclist.html" %}
67
{% endblock %}

ietf/templates/idindex/wglist.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "idindex/base.html" %}
22

33
{% block iddbcontent %}
4+
<hr>
45
<h3>Please select a Working Group from the list below</h3>
56
<blockquote>
67
{% regroup object_list by status as grouped %}

0 commit comments

Comments
 (0)