From 306cdc370fccf95d33b11fce16ddc59a8b4cbdf7 Mon Sep 17 00:00:00 2001 From: haneul Date: Tue, 11 May 2010 11:22:01 +0000 Subject: [PATCH] add newline git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7441 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/script.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/script.php b/common/script.php index 86f69f2c1..1d0ac583c 100644 --- a/common/script.php +++ b/common/script.php @@ -74,6 +74,7 @@ function printFileList($list){ if(file_exists($file)){ $f = fopen($file,"r"); fpassthru($f); + print("\n"); } } }