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:
Henrik Levkowetz 2007-06-21 15:24:15 +00:00
parent 23802f4987
commit cf2c8e38ae
2 changed files with 4 additions and 7 deletions

View file

@ -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>

View file

@ -3,5 +3,3 @@
200 / # Top level url. Has no comparable page today.