mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
show proper commas
This commit is contained in:
parent
3ac300702c
commit
ca59a45f1f
@ -122,7 +122,7 @@ include("head.inc");
|
||||
echo $ifdescrs[$member];
|
||||
$j++;
|
||||
}
|
||||
if ($j > 1)
|
||||
if ($j > 0 && $j < count($members))
|
||||
echo ", ";
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user