mirror of
https://github.com/friendica/friendica
synced 2025-04-22 06:30:11 +00:00
string fixes
This commit is contained in:
parent
8ed085c64e
commit
fef4e6a155
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function tictac_content(&$a) {
|
||||||
$dimen = 3;
|
$dimen = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
$o .= '<h3>3D Tic-Tac-Toe</h3><br />';
|
$o .= '<h3>' . t('3D Tic-Tac-Toe') . '</h3><br />';
|
||||||
|
|
||||||
$t = new tictac($dimen,$handicap,$mefirst,$yours,$mine);
|
$t = new tictac($dimen,$handicap,$mefirst,$yours,$mine);
|
||||||
$o .= $t->play();
|
$o .= $t->play();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue