mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Make sure that CSV files end with a proper carriage return
SVN:trunk[2474]
This commit is contained in:
@@ -45,6 +45,7 @@ class CSVPage extends WebPage
|
||||
header($s_header);
|
||||
}
|
||||
echo trim($this->s_content);
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
public function small_p($sText)
|
||||
|
||||
Reference in New Issue
Block a user