X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffriendica.php;h=14363ea4dd033623e6b0dced8bf72140ebd4c12e;hb=5b4fb945a2f8e950d3f3da8ae1fc8127ff887568;hp=6c6aa8967e8df1f92437ff754010d25228c6299f;hpb=30c1cc0e8cec5438fd8fe36bd4ea00991dc01934;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php index 6c6aa8967e..14363ea4dd 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -100,7 +100,7 @@ function friendica_content(App $a) } if (count($visible_addons)) { - $o .= '

' . L10n::t('Installed addons/addons/apps:') . '

' . PHP_EOL; + $o .= '

' . L10n::t('Installed addons/apps:') . '

' . PHP_EOL; $sorted = $visible_addons; $s = ''; sort($sorted); @@ -114,7 +114,7 @@ function friendica_content(App $a) } $o .= '
' . $s . '
' . PHP_EOL; } else { - $o .= '

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

' . PHP_EOL; + $o .= '

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

' . PHP_EOL; } $blocklist = Config::get('system', 'blocklist');