mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Fix spaces around t() and tt()
This commit is contained in:
parent
a00beafe7f
commit
a7af6df962
8 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ function home_content(&$a) {
|
|||
if(x($_SESSION,'theme'))
|
||||
unset($_SESSION['theme']);
|
||||
|
||||
$o .= '<h1>' . ((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"),$a->config['sitename']) : "" ) . '</h1>';
|
||||
$o .= '<h1>' . ((x($a->config,'sitename')) ? sprintf( t("Welcome to %s") ,$a->config['sitename']) : "" ) . '</h1>';
|
||||
if(file_exists('home.html'))
|
||||
$o .= file_get_contents('home.html');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue