Bug 23397: (QA follow-up) Replace mod 2 by last

Looks better: Maps | Books | Continuing Resources

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Marcel de Rooy 2019-08-23 14:36:36 +00:00 committed by Martin Renvoize
parent 36a16efec3
commit 4148b222b3
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F
2 changed files with 2 additions and 2 deletions

View file

@ -56,8 +56,8 @@
</td>
<td class="cell">
[% FOREACH itemtype IN order.itemtypes %]
[% IF !(loop.count() mod 2) %] | [% END %]
[% ItemTypes.GetDescription( itemtype ) | html %]
[% IF !loop.last() %] | [% END %]
[% END %]
</td>
<td class="cell">

View file

@ -57,8 +57,8 @@
</td>
<td class="cell">
[% FOREACH itemtype IN order.itemtypes %]
[% IF !(loop.count() mod 2) %] | [% END %]
[% ItemTypes.GetDescription( itemtype ) | html %]
[% IF !loop.last() %] | [% END %]
[% END %]
</td>
<td class="cell">