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:
parent
71279181b2
commit
f870d027e4
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue