Skip to content

Commit e317588

Browse files
committed
Minor template tweaks to remove diffs
- Legacy-Id: 463
1 parent 615058c commit e317588

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idindex/doclist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ object_list|length }} result{{ object_list|length|pluralize }}.<br>
1+
<!-- {{ object_list|length }} result{{ object_list|length|pluralize }}.<br> -->
22
<b>Please click a document below to view detail information</b><br>
33
<table cellpadding="1" cellspacing="0" border="0">
44
<tr bgcolor="#dfdfff">

ietf/templates/idindex/wgdocs.html

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

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

0 commit comments

Comments
 (0)