From e49e6c0d2a409b71937b126ebd3d0bbd6be6d676 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Jan 2014 18:20:14 -0800 Subject: special handling for directories --- view/tpl/filestorage.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl index 7decd5ea6..0089f7918 100644 --- a/view/tpl/filestorage.tpl +++ b/view/tpl/filestorage.tpl @@ -10,7 +10,7 @@ {{$edit}} | {{$delete}} | [attachment]{{$item.download}},{{$item.rev}}[/attachment] | - {{$item.title}} | + {{if ! $item.dir}}{{/if}}{{$item.title}}{{if ! $item.dir}}{{/if}} | {{$item.size}} bytes -- cgit v1.2.3