Index: chrome/common/extensions/docs/static/samples.html |
diff --git a/chrome/common/extensions/docs/static/samples.html b/chrome/common/extensions/docs/static/samples.html |
index 5e0df08e876fa0ea8c7b9054a3d00fb77e76b02c..b8251dd30e86fac13c06b119027dfdd650577387 100644 |
--- a/chrome/common/extensions/docs/static/samples.html |
+++ b/chrome/common/extensions/docs/static/samples.html |
@@ -59,7 +59,7 @@ |
// The search data should be injected as executable JavaScript, so assign |
// a template value which will store the data as a page global. |
pageData.search_data = "var search_data = " + |
- JSON.stringify(search_data); + ";"; |
+ JSON.stringify(search_data, null, 2) + ";\n"; |
</script> |
<div id="controls"> |