From: River Tarnell Date: Fri, 9 Mar 2007 02:06:34 +0000 (+0000) Subject: missing \n at end of output X-Git-Tag: 1.31.0-rc.0~53845 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=abc45e827070863ca78051cdac362941b018cd13;p=lhc%2Fweb%2Fwiklou.git missing \n at end of output --- diff --git a/maintenance/importDump.php b/maintenance/importDump.php index fe808e45f7..dcbf65f9dd 100644 --- a/maintenance/importDump.php +++ b/maintenance/importDump.php @@ -136,7 +136,7 @@ if( WikiError::isError( $result ) ) { } else { echo "Done!\n"; echo "You might want to run rebuildrecentchanges.php to regenerate\n"; - echo "the recentchanges page."; + echo "the recentchanges page.\n"; } ?>