X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhome.php;h=225bd294d2fbcecce3a716060b6c8708e3f04031;hb=71f71ecf46c9dfc522685d171fbaf9bc7d73b708;hp=4fca1cbc23a3b8e37e7290e578217103b4a4038e;hpb=9f7878057f356ba785de26877a660bb025cae31d;p=friendica.git diff --git a/mod/home.php b/mod/home.php index 4fca1cbc23..225bd294d2 100644 --- a/mod/home.php +++ b/mod/home.php @@ -20,7 +20,7 @@ function home_content(&$a) { if(x($_SESSION,'theme')) unset($_SESSION['theme']); - $o .= '

' . ((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"),$a->config['sitename']) : "" ) . '

'; + $o .= '

' . ((x($a->config,'sitename')) ? sprintf( t("Welcome to %s") ,$a->config['sitename']) : "" ) . '

'; if(file_exists('home.html')) $o .= file_get_contents('home.html');