aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/myapps.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-02 21:35:49 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-02 21:35:49 -0700
commit3e7edf504d88be775e098fb934637ee8d25de0ff (patch)
tree9818438a9bfc471f92ad2221945dafcfb9ac9168 /view/tpl/myapps.tpl
parent3285c719955dea11017d0f08eeb6ccbed82cb16b (diff)
downloadvolse-hubzilla-3e7edf504d88be775e098fb934637ee8d25de0ff.tar.gz
volse-hubzilla-3e7edf504d88be775e098fb934637ee8d25de0ff.tar.bz2
volse-hubzilla-3e7edf504d88be775e098fb934637ee8d25de0ff.zip
sort out some app display weirdness
Diffstat (limited to 'view/tpl/myapps.tpl')
-rwxr-xr-xview/tpl/myapps.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
index 1a591f9f8..ccb995849 100755
--- a/view/tpl/myapps.tpl
+++ b/view/tpl/myapps.tpl
@@ -1,9 +1,7 @@
<h3>{{$title}}</h3>
{{foreach $apps as $ap}}
-<div class="app-container">
{{$ap}}
-</div>
{{/foreach}}
<div class="clear"></div>