diff options
| author | cassiopc <cassiopc@gmail.com> | 2016-10-31 15:19:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 15:19:41 +0000 |
| commit | 3ab55236208092ee21f45ba9f529226e873c4ca2 (patch) | |
| tree | 1772ae2f297cede941173f92712bcf825aac1796 /src | |
| parent | 82f4e8fcae75551a79f3463ad5e97186059ca98a (diff) | |
| parent | a8e525cffeb5a4e6d60d2d61ea6a006739e52e0b (diff) | |
| download | boca-3ab55236208092ee21f45ba9f529226e873c4ca2.tar.gz boca-3ab55236208092ee21f45ba9f529226e873c4ca2.zip | |
Merge pull request #4 from alejolp/master
Add missing </TD> closing tag
Diffstat (limited to 'src')
| -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; |