diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2016-10-31 15:20:04 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2016-10-31 15:20:04 +0000 |
| commit | 11cc1b0d3ebb944838b30da33b3f30d78e2f1e6b (patch) | |
| tree | ec98332c84acf339afebe0f0d573ac51df65a690 /src/scoretable.php | |
| parent | f09c16ebc8685b5fdb9d6b80ca20041945dff9a2 (diff) | |
| parent | 3ab55236208092ee21f45ba9f529226e873c4ca2 (diff) | |
| download | boca-11cc1b0d3ebb944838b30da33b3f30d78e2f1e6b.tar.gz boca-11cc1b0d3ebb944838b30da33b3f30d78e2f1e6b.zip | |
Merge branch 'master' of https://github.com/cassiopc/boca
Diffstat (limited to 'src/scoretable.php')
| -rw-r--r-- | src/scoretable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scoretable.php b/src/scoretable.php index e49fd0b..89392e7 100644 --- a/src/scoretable.php +++ b/src/scoretable.php @@ -314,7 +314,7 @@ if($redo) { else { */ $_SESSION["scoreblink"][$score[$e]["username"]."-".$score[$e]["site"]]=0; - $strtmp .= " <td nowrap>" . $score[$e]["username"]."/".$score[$e]["site"] . " "; + $strtmp .= " <td nowrap>" . $score[$e]["username"]."/".$score[$e]["site"] . " </td>"; $strtmp .= "<td>" . $score[$e]["userfullname"]; // } $_SESSION["scorepos"][$score[$e]["username"]."-".$score[$e]["site"]] = $cg2; |