diff --git a/ietf/templates/idindex/otherdocs.html b/ietf/templates/idindex/otherdocs.html index d2ff69fc3..0f30b2221 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 %}