| 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 4a779f69307d15444aee9248ecd4ce50b1eca300..3cd6806258ff1ce623e39eb8ae6e969799d601bf 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -708,7 +708,8 @@
|
| if (query == "json" || query == kStringsJsPath) {
|
| base::JSONWriter::WriteWithOptions(
|
| &root,
|
| - base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| + base::JSONWriter::OPTIONS_DO_NOT_ESCAPE |
|
| + base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| &data);
|
| if (query == kStringsJsPath)
|
| data = "var templateData = " + data + ";";
|
|
|