diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-03 18:12:02 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-03 18:12:02 +0200 |
commit | adfc748bfa724ad8cc9d4ebf6f9d095fc56fb936 (patch) | |
tree | 2d5e256b6bb001397939debad609789367745fc9 /view/tpl/myapps.tpl | |
parent | 2ce1e3678acd59409f1013433db99df6624c2895 (diff) | |
parent | f3cb17ac3b007afd2dc5bf7cdad8a054b4d7fcd8 (diff) | |
download | volse-hubzilla-adfc748bfa724ad8cc9d4ebf6f9d095fc56fb936.tar.gz volse-hubzilla-adfc748bfa724ad8cc9d4ebf6f9d095fc56fb936.tar.bz2 volse-hubzilla-adfc748bfa724ad8cc9d4ebf6f9d095fc56fb936.zip |
Merge remote-tracking branch 'upstream/master'
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> |