Bug 24390: (QA follow-up) Fix capitalization and simplyfy code a bit

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2020-02-29 21:57:09 +01:00 committed by Martin Renvoize
parent 71279181b2
commit f870d027e4
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -94,10 +94,7 @@
<div>
<h2>Items in <i>[% colTitle | html %]</i></h2>
[% IF ( collectionItemsLoop ) %]
[% FOREACH collectionItemsLoo IN collectionItemsLoop %]
[% totalItems = loop.size %]
[% END %]
<h3>Total Items: [% totalItems | html%]</h3>
<h3>Total items: [% collectionItemsLoop.size | html%]</h3>
<table>
<tr>
<th>Title</th>