From 68e51042b61ac8befbe9cbca8be850623314d3f2 Mon Sep 17 00:00:00 2001 From: esensar Date: Tue, 31 May 2016 23:54:31 +0200 Subject: [PATCH] Revert tests --- gori.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gori.php b/gori.php index a569f1a..bfa7005 100644 --- a/gori.php +++ b/gori.php @@ -15,7 +15,7 @@ if(isset($_POST['vijest'])) { $vijestiFile = file_get_contents($openShiftFolder."vijesti.csv"); $vijest = $_POST['vijest']; - $vijest = str_replace("\n", '"\n"', $vijest); + $vijest = str_replace("\n", "
", $vijest); if(strpos($vijest, ',') !== FALSE) { $vijest = str_replace('"', '""', $vijest); $vijest = '"'.$vijest.'"';