Nuke a c/r if included.

This commit is contained in:
Scott Ullrich 2006-04-19 18:30:27 +00:00
parent ae7aa62aff
commit 5e4b648eb6

View File

@ -399,7 +399,7 @@ if ($pkg['tabs'] <> "") {
$interfaces = array();
foreach ($ints as $int) {
$interfaces[]['descr'] = $int;
$interfaces[] = $int;
$interfaces[] = str_replace("\n", "", $int);
}
}
foreach ($interfaces as $ifname => $iface) {