From 400bab676d14362b5f78ee795c76232ebd76a5bb Mon Sep 17 00:00:00 2001 From: Friendica Date: Thu, 19 Apr 2018 19:03:29 +0000 Subject: [PATCH] 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. --- mod/friendica.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }