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:
parent
36a16efec3
commit
4148b222b3
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue