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>";
|
echo "<td>";
|
||||||
if(count($judge_subdivs[$div]))
|
if(count($judge_subdivs[$div]))
|
||||||
{
|
{
|
||||||
$divdata=implode(",",$judge_subdivs[$div]);
|
$divdata=implode(", ",$judge_subdivs[$div]);
|
||||||
echo "$divdata";
|
echo "$divdata";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user