From 7662568cc3449e359158db12765c3d129afd1320 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 18 Jul 2015 10:37:10 +0000 Subject: [PATCH] Merged in [9737] from lars@netapp.com: Fix HTML bug. - Legacy-Id: 9776 Note: SVN reference [9737] has been migrated to Git commit 4c0d7c31f5a3bae9d620c5c3be7ae27585fd0169 --- ietf/templates/ipr/details_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/ipr/details_view.html b/ietf/templates/ipr/details_view.html index d3b66f1e7..50165668d 100644 --- a/ietf/templates/ipr/details_view.html +++ b/ietf/templates/ipr/details_view.html @@ -166,7 +166,7 @@ {% if ipr.other_designations %}
Designations for Other Contributions
-
{{ ipr.other_designations }}
+
{{ ipr.other_designations }}
{% endif %} {% endif %}