Skip to content

Commit 76f759c

Browse files
committed
Minor fixes to the ipr details template
- Legacy-Id: 279
1 parent 0e1bda0 commit 76f759c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/ipr/details.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
297297
B. Does this disclosure relate to an unpublished pending patent
298298
application?:
299299
</i>
300-
<div class="inline">Select one: {{ ipr.selecttype }}</div>
300+
<b>{{ ipr.selecttype }}</b>
301301
</td>
302302
</tr>
303303
<tbody class="{% cycle row_parity %}">
@@ -307,7 +307,7 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
307307
<i>C. Does this disclosure apply to all IPR owned by
308308
the submitter?:
309309
</i>
310-
<div class="inline">Select one: {{ ipr.selectowned }}</div>
310+
<b>{{ ipr.selectowned }}</b>
311311
</td>
312312
</tr>
313313
{% else %}
@@ -412,7 +412,7 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
412412
<tr class="{% cycle dark,light as row_parity %}">
413413
<th colspan="2" >
414414
{% cycle section %}.
415-
Contact Information of Submitter of this Form (if different from
415+
Contact Information of Submitter of this Form (if different from the
416416
Contact Information above)
417417
</th>
418418
</tr>

0 commit comments

Comments
 (0)