* s~ +$~~
[lhc/web/wiklou.git] / includes / StreamFile.php
index eb7266e..e65b724 100644 (file)
@@ -8,7 +8,7 @@ function wfStreamFile( $fname ) {
                header( 'HTTP/1.0 404 Not Found' );
                echo "<html><body>
 <h1>File not found</h1>
-<p>Although this PHP script ({$_SERVER['SCRIPT_NAME']}) exists, the file requested for output 
+<p>Although this PHP script ({$_SERVER['SCRIPT_NAME']}) exists, the file requested for output
 does not.</p>
 </body></html>";
                return;