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 %}
-
I-Ds List, Other drafts - {{ category.upper }}
+I-Ds List, Other Drafts - {{ category.upper }}
{% 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 %}
-
{{ header }} I-Ds sorted by {{ sort_header }}
+{{ header }} I-Ds sorted by {{ sort_header }}
{% include "idindex/doclist.html" %}
{% endblock %}