From 0600817ef75d19d1ec91ba822f8a6938d442824e 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') 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