From: Marcus Boerger Date: Fri, 9 Dec 2005 00:30:05 +0000 (+0000) Subject: - Add missing newline X-Git-Tag: RELEASE_1_0_4~457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=983b8f570d8449fbd9f957f6c5a1ddcddc33c891;p=php - Add missing newline --- diff --git a/run-tests.php b/run-tests.php index 43f5af8382..e73d858aee 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1645,7 +1645,7 @@ function show_end($end_time) fwrite($html_file, "\n"); fwrite($html_file, "

Time End: " . date('Y-m-d H:i:s', $end_time) . "

\n"); } - echo "=====================================================================\nTIME END " . date('Y-m-d H:i:s', $end_time); + echo "=====================================================================\nTIME END " . date('Y-m-d H:i:s', $end_time) . "\n"; } function show_summary()