Merge pull request #4870 from astifter/develop

Add space before Impressum.
This commit is contained in:
Hypolite Petovan
2018-04-19 15:35:48 -04:00
committed by GitHub

View 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;
}