diff options
| -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; |