Commit 240ec766 authored by Medicean's avatar Medicean

(Modules:Database) fix #222 asp database result

parent d0f9b180
......@@ -797,6 +797,9 @@ class ASP {
let data_arr = [];
arr.map((_) => {
let _data = _.split('\t|\t');
for (let i = 0; i < _data.length; i++) {
_data[i] = antSword.noxss(_data[i], false);
}
data_arr.push(_data);
});
data_arr.pop();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment