commit
102ae505b2
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ var pd = {
|
|||
return check.subs && check.gold && check.saved && check.mod && check.score && check.date;
|
||||
},
|
||||
csvEscape: function(str) {
|
||||
return str.replace(/'/g,'`').replace(/"/g,'""');
|
||||
return str.replace(/#/g,'%23').replace(/'/g,'`').replace(/"/g,'""');
|
||||
},
|
||||
csvCell: function(str) {
|
||||
return '"'+str+'",';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue