| Index: chrome/browser/ui/webui/about_ui.cc
|
| diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
|
| index 29c2f120002a3c08d4b3b666ce6e7f070d4ad2b3..acf2ed580c4b777e44b1b52b6a98672410964d6b 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -708,8 +708,7 @@ std::string AboutStats(const std::string& query) {
|
| if (query == "json" || query == kStringsJsPath) {
|
| base::JSONWriter::WriteWithOptions(
|
| &root,
|
| - base::JSONWriter::OPTIONS_DO_NOT_ESCAPE |
|
| - base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| + base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| &data);
|
| if (query == kStringsJsPath)
|
| data = "var templateData = " + data + ";";
|
|
|