Skip to content
Snippets Groups Projects
Commit 833fffb2 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'dev' into f-bookmarks-v0.2

parents b1946f95 542f65ab
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ var caosdb_table_export = new function () {
* @return {string} cleaned up content
*/
this._clean_cell = function(raw) {
return raw.replaceAll("\t"," ").replaceAll("\n"," ").replaceAll("\r"," ").replaceAll("\0o36"," ").replaceAll("\0o25"," ")
return raw.replaceAll("\t"," ").replaceAll("\n"," ").replaceAll("\r"," ").replaceAll("\x1E"," ").replaceAll("\x15"," ")
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment