Project

General

Profile

« Previous | Next » 

Revision c4e565bc

Added by Colin Smith about 20 years ago

Fix formatting.

View differences:

usr/local/www/guiconfig.inc
595 595
				pkg_fetch_recursive($working_depend[1], $depend_filename, $dependlevel + 1, $base_url);
596 596
			} else {
597 597
				$dependlevel++;
598
				$static_output .= str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " \n";
598
				$static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " ";
599 599
				fwrite($fd_log, $working_depend[1] . "\n");
600 600
			}
601 601
		}

Also available in: Unified diff