]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'develop' of https://github.com/friendica/friendica into develop
authorFriendica <friendica@friendica.astifter.com>
Thu, 19 Apr 2018 19:24:35 +0000 (19:24 +0000)
committerFriendica <friendica@friendica.astifter.com>
Thu, 19 Apr 2018 19:24:35 +0000 (19:24 +0000)
mod/friendica.php

index 661c4bf98d6c148fd4630139f5f2367bf9c7491d..6c143634caf980ae9cc430e46dfc8c53f0b380ca 100644 (file)
@@ -112,7 +112,7 @@ function friendica_content(App $a)
                                $s .= $p;
                        }
                }
-               $o .= '<div style="margin-left: 25px; margin-right: 25px;">' . $s . '</div>' . PHP_EOL;
+               $o .= '<div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">' . $s . '</div>' . PHP_EOL;
        } else {
                $o .= '<p>' . L10n::t('No installed addons/apps') . '</p>' . PHP_EOL;
        }