Bah. Managed to introduce space before comma in [582]. Fixed.
- Legacy-Id: 583
Note: SVN reference [582] has been migrated to Git commit 23802f4987
This commit is contained in:
parent
23802f4987
commit
cf2c8e38ae
|
@ -15,11 +15,10 @@
|
|||
{% for ipr in iprs %}
|
||||
<tbody bgcolor="#{% cycle dadada,eaeaea as bgcolor %}">
|
||||
<tr valign="top">
|
||||
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>
|
||||
{% if ipr.generic %}
|
||||
, and is not related to a specific IETF contribution.
|
||||
{% else %}
|
||||
, and is related to
|
||||
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if ipr.generic %},
|
||||
and is not related to a specific IETF contribution.
|
||||
{% else %},
|
||||
and is related to
|
||||
{% for doc in ipr.drafts.all %}
|
||||
{% ifnotequal ipr.drafts.count 1 %}{% ifequal doc ipr.last_draft %}<b> and </b>{% endifequal %}{% endifnotequal %}
|
||||
<b><i>{{ doc.document }}, "{{ doc.document.title }},"</i></b>
|
||||
|
|
|
@ -3,5 +3,3 @@
|
|||
|
||||
200 / # Top level url. Has no comparable page today.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue