Skip to content

Commit cf2c8e3

Browse files
committed
Bah. Managed to introduce space before comma in [582]. Fixed.
- Legacy-Id: 583 Note: SVN reference [582] has been migrated to Git commit 23802f4
1 parent 23802f4 commit cf2c8e3

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

ietf/templates/ipr/search_holder_result.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
{% for ipr in iprs %}
1616
<tbody bgcolor="#{% cycle dadada,eaeaea as bgcolor %}">
1717
<tr valign="top">
18-
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>
19-
{% if ipr.generic %}
20-
, and is not related to a specific IETF contribution.
21-
{% else %}
22-
, and is related to
18+
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if ipr.generic %},
19+
and is not related to a specific IETF contribution.
20+
{% else %},
21+
and is related to
2322
{% for doc in ipr.drafts.all %}
2423
{% ifnotequal ipr.drafts.count 1 %}{% ifequal doc ipr.last_draft %}<b> and </b>{% endifequal %}{% endifnotequal %}
2524
<b><i>{{ doc.document }}, "{{ doc.document.title }},"</i></b>

ietf/testurl.list

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33

44
200 / # Top level url. Has no comparable page today.
55

6-
7-

0 commit comments

Comments
 (0)