diff --git a/include/Smilies.php b/include/Smilies.php index 01c1067d92..a2d7637c79 100644 --- a/include/Smilies.php +++ b/include/Smilies.php @@ -127,7 +127,7 @@ class Smilies { ':facepalm', ':like', ':dislike', - '~friendica ~friendica', + '~friendica ~friendica', 'redred#matrix', 'redred#matrixmatrix' ); diff --git a/include/nav.php b/include/nav.php index 382b89cfec..d7a6e397c6 100644 --- a/include/nav.php +++ b/include/nav.php @@ -205,7 +205,7 @@ function nav_info(App $a) // Provide a banner/logo/whatever $banner = get_config('system', 'banner'); if ($banner === false) { - $banner = 'logoFriendica'; + $banner = 'logoFriendica'; } call_hooks('nav_info', $nav); diff --git a/mod/admin.php b/mod/admin.php index 9b8fa36a30..7c5d04ff39 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -363,7 +363,7 @@ function admin_page_blocklist_post(App $a) { * This subpage of the admin panel offers the nodes admin to delete an item from * the node, given the GUID or the display URL such as http://example.com/display/123456. * The item will then be marked as deleted in the database and processed accordingly. - * + * * @param App $a * @return string */ @@ -1107,7 +1107,7 @@ function admin_page_site(App $a) { /* Banner */ $banner = get_config('system','banner'); if ($banner == false) { - $banner = 'logoFriendica'; + $banner = 'logoFriendica'; } $banner = htmlspecialchars($banner); $info = get_config('config','info'); diff --git a/mod/friendica.php b/mod/friendica.php index e2d5b6dd03..a617c101dc 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -72,7 +72,7 @@ function friendica_content(App $a) { $o .= '

' . PHP_EOL; $o .= '

'; - $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . PHP_EOL; + $o .= t('Please visit Friendi.ca to learn more about the Friendica project.') . PHP_EOL; $o .= '

' . PHP_EOL; $o .= '

';