From b251c287bc78380a6178a162af67892097cc3955 Mon Sep 17 00:00:00 2001
From: Bill Fenner <fenner@fenron.net>
Date: Mon, 18 Jun 2007 21:43:40 +0000
Subject: [PATCH] Remove extra <hr> and fix case.  - Legacy-Id: 509

---
 ietf/templates/idindex/otherdocs.html | 2 +-
 ietf/templates/idindex/showdocs.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ietf/templates/idindex/otherdocs.html b/ietf/templates/idindex/otherdocs.html
index 13dc46488..510ff350a 100644
--- a/ietf/templates/idindex/otherdocs.html
+++ b/ietf/templates/idindex/otherdocs.html
@@ -1,6 +1,6 @@
 {% extends "idindex/base.html" %}
 
 {% block iddbcontent %}
-<h2>I-Ds List, Other drafts - <i>{{ category.upper }}</i></h2>
+<h2>I-Ds List, Other Drafts - <i>{{ category.upper }}</i></h2>
 {% include "idindex/doclist.html" %}
 {% endblock %}
diff --git a/ietf/templates/idindex/showdocs.html b/ietf/templates/idindex/showdocs.html
index 8694458ca..21d516c21 100644
--- a/ietf/templates/idindex/showdocs.html
+++ b/ietf/templates/idindex/showdocs.html
@@ -1,6 +1,6 @@
 {% extends "idindex/base.html" %}
 
 {% block iddbcontent %}
-<hr><h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3>
+<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
 {% include "idindex/doclist.html" %}
 {% endblock %}