summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-23 21:53:56 +0000
committerColin Smith <colin@pfsense.org>2005-04-23 21:53:56 +0000
commitc4e565bcf8ecd396fd48d301f8c00ebda6e0ef47 (patch)
treee67ac7c05bd67078d84c7330eb227cd12cc11321 /usr/local/www/guiconfig.inc
parentaf2e88f33ed7a471d1f2d8674723dc552f313770 (diff)
downloadpfsense-c4e565bcf8ecd396fd48d301f8c00ebda6e0ef47.zip
pfsense-c4e565bcf8ecd396fd48d301f8c00ebda6e0ef47.tar.gz
Fix formatting.
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index b68c34d..61b5887 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -595,7 +595,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url =
pkg_fetch_recursive($working_depend[1], $depend_filename, $dependlevel + 1, $base_url);
} else {
$dependlevel++;
- $static_output .= str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " \n";
+ $static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " ";
fwrite($fd_log, $working_depend[1] . "\n");
}
}
OpenPOWER on IntegriCloud