diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 21:59:44 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 21:59:44 -0700 |
commit | fb2d2c55851ce14fd0bd04b15be0518a86809b41 (patch) | |
tree | 2a50f4c79cd097f177f0a1d37a32af8239c62a57 /view/tpl/myapps.tpl | |
parent | 669e1111187d1d1888358d833c62b5445a2b360b (diff) | |
parent | 945ba5d7884770501de6514b2942160fcd883ca4 (diff) | |
download | volse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.tar.gz volse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.tar.bz2 volse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/myapps.tpl')
-rwxr-xr-x | view/tpl/myapps.tpl | 2 |
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> |