aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/myapps.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-27 12:55:11 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-27 12:55:11 +0200
commitf66aa336ac7b510ae90938fa7de19a1ebdafa699 (patch)
tree3c4b9ea16010639e57b9e4375400734beb8e6d5b /view/tpl/myapps.tpl
parent779cab047ae10bf97a8a570597fbc47ddecf9771 (diff)
downloadvolse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.tar.gz
volse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.tar.bz2
volse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.zip
fix app rendering
Diffstat (limited to 'view/tpl/myapps.tpl')
-rwxr-xr-xview/tpl/myapps.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
index b9f59b9c3..ccefa4a49 100755
--- a/view/tpl/myapps.tpl
+++ b/view/tpl/myapps.tpl
@@ -9,10 +9,9 @@
{{/if}}
<h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2>
</div>
- <div class="section-content-wrapper">
+ <div class="clearfix section-content-wrapper">
{{foreach $apps as $ap}}
{{$ap}}
{{/foreach}}
- <div class="clear"></div>
</div>
</div>