From 7773ef0ff44e1685b9368635a0278e89630e46c6 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 8 Jan 2018 11:11:17 +0100 Subject: fix regression in app categories --- view/tpl/myapps.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index dd2a67a63..0ac836b38 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -4,10 +4,10 @@ {{if $create}}  {{$create}} {{else}} - {{$manage}} + {{$manage}} {{/if}} {{/if}} -

{{$title}}{{if $cat}} - {{$cat}}{{/if}}

+

{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}

{{foreach $apps as $ap}} -- cgit v1.2.3