Fix an issue with smarty filters and priority
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bc28281477
commit
cad9dac189
@ -55,7 +55,7 @@
|
|||||||
{$count_same = 0}
|
{$count_same = 0}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{$count_same = $count_same + $slot->moments|count}
|
{$count_same = $count_same + ($slot->moments|count)}
|
||||||
|
|
||||||
{if $slot@last}
|
{if $slot@last}
|
||||||
<th colspan="{$count_same}" class="bg-primary month" id="M{$id}">{$display}</th>
|
<th colspan="{$count_same}" class="bg-primary month" id="M{$id}">{$display}</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user