aboutsummaryrefslogtreecommitdiff
path: root/src/scoretable.php
diff options
context:
space:
mode:
authorAlejandro Santos <alejolp@gmail.com>2015-09-27 16:26:35 +0000
committerAlejandro Santos <alejolp@gmail.com>2015-09-27 16:26:35 +0000
commita8e525cffeb5a4e6d60d2d61ea6a006739e52e0b (patch)
tree6e100049fb67bdcca925e39ec682e19f4a761c09 /src/scoretable.php
parent09134766cd1ce6d19fc77807bd52a899dde2eb05 (diff)
downloadboca-a8e525cffeb5a4e6d60d2d61ea6a006739e52e0b.tar.gz
boca-a8e525cffeb5a4e6d60d2d61ea6a006739e52e0b.zip
Add missing </TD> closing tag
Diffstat (limited to 'src/scoretable.php')
-rw-r--r--src/scoretable.php2
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;