forked from science-ation/science-ation
implode on ", " instead of ","
This commit is contained in:
parent
354ab22d92
commit
c632070d6e
@ -183,7 +183,7 @@
|
||||
echo "<td>";
|
||||
if(count($judge_subdivs[$div]))
|
||||
{
|
||||
$divdata=implode(",",$judge_subdivs[$div]);
|
||||
$divdata=implode(", ",$judge_subdivs[$div]);
|
||||
echo "$divdata";
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user