Skip to content

Commit 7662568

Browse files
committed
Merged in [9737] from lars@netapp.com:
Fix HTML bug. - Legacy-Id: 9776 Note: SVN reference [9737] has been migrated to Git commit 4c0d7c3
1 parent a14829a commit 7662568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ipr/details_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2>{% cycle section %}. IETF Document or Other Contribution to Which this IPR D
166166

167167
{% if ipr.other_designations %}
168168
<dt>Designations for Other Contributions</dt>
169-
<dl>{{ ipr.other_designations }}</dl>
169+
<dd>{{ ipr.other_designations }}</dd>
170170
{% endif %}
171171
</dl>
172172
{% endif %}

0 commit comments

Comments
 (0)