forked from science-ation/science-ation
remove # from every row
This commit is contained in:
parent
b80a3e0772
commit
54b258e793
@ -403,7 +403,7 @@ function addclicked()
|
|||||||
echo "</tr></thead>";
|
echo "</tr></thead>";
|
||||||
foreach($teams AS $team)
|
foreach($teams AS $team)
|
||||||
{
|
{
|
||||||
echo "<tr><td>#".$team['num']."</td><td>";
|
echo "<tr><td>".$team['num']."</td><td>";
|
||||||
echo $team['name'];
|
echo $team['name'];
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user