From 42013f2c35df2ddcbf4125cbfa4af27a08e7b9fd Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 18 Jun 2007 20:01:16 +0000 Subject: [PATCH] Fix added
- Legacy-Id: 506 --- ietf/templates/idindex/otherdocs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/idindex/otherdocs.html b/ietf/templates/idindex/otherdocs.html index 0f30b2221..13dc46488 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 %}