Fix errors in statusnet addon
This commit is contained in:
parent
e9d3afb483
commit
6df91dd37b
2 changed files with 4 additions and 5 deletions
|
@ -631,7 +631,7 @@ function winning_move() {
|
|||
function draw_board() {
|
||||
if(! strlen($this->yours))
|
||||
$this->yours = 'XXX';
|
||||
$o .= "<form action=\"tictac/{$this->handicap}/{$this->mefirst}/{$this->dimen}/{$this->yours}/{$this->mine}\" method=\"post\" />";
|
||||
$o = "<form action=\"tictac/{$this->handicap}/{$this->mefirst}/{$this->dimen}/{$this->yours}/{$this->mine}\" method=\"post\" />";
|
||||
for($x = 0; $x < $this->dimen; $x ++) {
|
||||
$o .= '<table>';
|
||||
for($y = 0; $y < $this->dimen; $y ++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue