From: Friendica Date: Thu, 19 Apr 2018 19:03:29 +0000 (+0000) Subject: Add space before Impressum. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=400bab676d14362b5f78ee795c76232ebd76a5bb;p=friendica.git Add space before Impressum. The page /friendica/ contains an Impressum section which is activated with an AddOn. Add more space after last paragraph of information, before impressum, because site looks quite cramped otherwise. --- diff --git a/mod/friendica.php b/mod/friendica.php index 661c4bf98d..6c143634ca 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -112,7 +112,7 @@ function friendica_content(App $a) $s .= $p; } } - $o .= '
' . $s . '
' . PHP_EOL; + $o .= '
' . $s . '
' . PHP_EOL; } else { $o .= '

' . L10n::t('No installed addons/apps') . '

' . PHP_EOL; }