Skip to content

Commit

Permalink
Merge branch 'MDL-66288-master' of git://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 12, 2019
2 parents 92afad6 + e4b1c14 commit 1946261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataformat/json/classes/writer.php
Expand Up @@ -80,7 +80,7 @@ public function write_record($record, $rownum) {
echo ",";
}

echo json_encode($record);
echo json_encode($record, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);

$this->sheetdatadded = true;
}
Expand Down

0 comments on commit 1946261

Please sign in to comment.