Index: trunk/phase3/config/index.php |
— | — | @@ -912,7 +912,7 @@ |
913 | 913 | /* Write out the config file now that all is well */ |
914 | 914 | print "<li style=\"list-style: none\">\n"; |
915 | 915 | print "<p>Creating LocalSettings.php...</p>\n\n"; |
916 | | - $localSettings = "<" . "?php$endl$local$endl?" . ">\r\n"; |
| 916 | + $localSettings = "<" . "?php$endl$local$endl\r\n"; |
917 | 917 | // Fix up a common line-ending problem (due to CVS on Windows) |
918 | 918 | $localSettings = str_replace( "\r\n", "\n", $localSettings ); |
919 | 919 | $f = fopen( "LocalSettings.php", 'xt' ); |