Skip to content

Commit 0a45268

Browse files
committed
Applied patch from rjsparks@nostrum.com to fix a line colouring bug in IPR lists.
- Legacy-Id: 6090
1 parent 808343d commit 0a45268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ipr/list_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</tr>
2525
{% ifequal ipr.status 1 %}
2626
{% if ipr.legacy_title_1 %}
27-
<tr>
27+
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}">
2828
<td></td>
2929
<td></td>
3030
<td>
@@ -34,7 +34,7 @@
3434
</tr>
3535
{% endif %}
3636
{% if ipr.legacy_title_2 %}
37-
<tr>
37+
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}">
3838
<td></td>
3939
<td></td>
4040
<td>

0 commit comments

Comments
 (0)