Make sure that CSV files end with a proper carriage return

SVN:trunk[2474]
This commit is contained in:
Denis Flaven
2012-11-28 09:03:30 +00:00
parent 352a95decb
commit e0800944a8

View File

@@ -45,6 +45,7 @@ class CSVPage extends WebPage
header($s_header);
}
echo trim($this->s_content);
echo "\n";
}
public function small_p($sText)