diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-17 09:02:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-17 09:02:48 +0100 |
commit | b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a (patch) | |
tree | ff50238bcf959c049aafcad1a4d074ef4309fe18 /view | |
parent | c0a896ff5e9f71711e81d67155044202586fe04f (diff) | |
parent | 60b38a3a527f64d1bdceac664690519c3b3cff8a (diff) | |
download | volse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.tar.gz volse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.tar.bz2 volse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index ad3caff88..1f0addc95 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,5 +1,5 @@ <div id="cloud-drag-area" class="section-content-wrapper-np"> - {{if $tiles}} +{{if $tiles}} <table id="cloud-index"> <tr id="new-upload-progress-bar-1"></tr> {{* this is needed to append the upload files in the right order *}} </table> @@ -36,7 +36,7 @@ </div> {{/foreach}} <div class="clear"></div> - {{else}} +{{else}} <table id="cloud-index"> <tr> <th width="1%"></th> @@ -80,5 +80,5 @@ {{/foreach}} </table> - {{/if}} +{{/if}} </div> |