Skip to content

Commit 4c0d7c3

Browse files
committed
Fix HTML bug. Commit ready for merge.
- Legacy-Id: 9737
1 parent fbf3023 commit 4c0d7c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/templates/ipr/details_view.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>IPR Details<br><small>{{ ipr.title }}</small></h1>
6262
{% endif %}
6363
</div>
6464

65-
65+
6666
{% if ipr.state_id == 'posted' %}
6767
<p class="help-block">Note: Updates to IPR disclosures must only be made by authorized
6868
representatives of the original submitters. Updates will automatically
@@ -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 %}
@@ -180,9 +180,9 @@ <h2>{% cycle section %}. Disclosure of Patent Information <small>i.e., patents o
180180
<dt>Patent, Serial, Publication, Registration, or Application/File number(s)</dt>
181181
<dd>{{ ipr.patent_info|linebreaks }}</dd>
182182
</dl>
183-
183+
184184
<p>B. Does this disclosure relate to an unpublished pending patent application?:</p>
185-
185+
186186
<dl class="dl-horizontal">
187187
<dt>Has patent pending</dt>
188188
<dd>{{ ipr.has_patent_pending|yesno:"Yes,No" }}</dd>
@@ -200,7 +200,7 @@ <h2>{% cycle section %}. Licensing Declaration</h2>
200200
("Necessary Patent Claims"), for the purpose of implementing such
201201
specification, is as follows(select one licensing declaration option only):
202202
</p>
203-
203+
204204
<dl class="dl-horizontal">
205205
<dt>Licensing</dt>
206206
<dd>{% if ipr.licensing.slug == "later" %}{{ ipr.licensing.desc|slice:"2:"|slice:":43" }}{% else %}{{ ipr.licensing.desc|slice:"2:" }}{% endif %}</dd>

0 commit comments

Comments
 (0)