mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
Merge branch 'MDL-66288-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
1946261fb3
@ -80,7 +80,7 @@ class writer extends \core\dataformat\base {
|
||||
echo ",";
|
||||
}
|
||||
|
||||
echo json_encode($record);
|
||||
echo json_encode($record, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||
|
||||
$this->sheetdatadded = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user