diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl index 711b72e76..95e38c0bd 100644 --- a/view/tpl/item_attach.tpl +++ b/view/tpl/item_attach.tpl @@ -1,5 +1,5 @@ {{if $attaches}} {{foreach $attaches as $a}} - {{$a.label}} + {{$a.label}} {{/foreach}} {{/if}}