diff options
author | Mario <mario@mariovavti.com> | 2021-08-21 08:25:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-21 08:25:15 +0000 |
commit | 6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3 (patch) | |
tree | 5aaff90944b1a359478a3dfa2e11fa04b681047d /view/tpl/myapps.tpl | |
parent | 69d909596a0011ae902f834bd79251136f5d5bba (diff) | |
download | volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.tar.gz volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.tar.bz2 volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.zip |
restructure apps to make space for app descritions
Diffstat (limited to 'view/tpl/myapps.tpl')
-rw-r--r-- | view/tpl/myapps.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 0b74c7b27..404ab73d3 100644 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -9,7 +9,7 @@ {{/if}} <h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2> </div> - <div class="clearfix section-content-wrapper"> + <div class="clearfix section-content-wrapper-np"> {{foreach $apps as $ap}} {{$ap}} {{/foreach}} |