[CHNOSZ-commits] r290 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 11 03:35:55 CET 2017
Author: jedick
Date: 2017-11-11 03:35:55 +0100 (Sat, 11 Nov 2017)
New Revision: 290
Modified:
www/index.php
Log:
www: use PHP nl2br() function to insert line breaks
Modified: www/index.php
===================================================================
--- www/index.php 2017-11-11 02:20:33 UTC (rev 289)
+++ www/index.php 2017-11-11 02:35:55 UTC (rev 290)
@@ -40,7 +40,7 @@
$contents .= fread($handle, 8192);
}
fclose($handle);
-echo $contents; } ?>
+echo nl2br($contents); } ?>
<!-- end of project description -->
More information about the CHNOSZ-commits
mailing list