diff --git a/include/nav.php b/include/nav.php
index 95dd37ba6c..c8a44af80b 100755
--- a/include/nav.php
+++ b/include/nav.php
@@ -148,7 +148,7 @@ function nav(&$a) {
$banner = get_config('system','banner');
if($banner === false)
- $banner .= 'Friendica';
+ $banner .= 'Friendica';
$tpl = get_markup_template('nav.tpl');