| Index: chrome/common/extensions/docs/templates/private/manifest_example.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/manifest_example.html b/chrome/common/extensions/docs/templates/private/manifest_example.html
|
| index 05a60d89fd651bfc1ba1dd289253e614d23fc07f..6bc9cff22dca0b61cf25805284719664950c8fd4 100644
|
| --- a/chrome/common/extensions/docs/templates/private/manifest_example.html
|
| +++ b/chrome/common/extensions/docs/templates/private/manifest_example.html
|
| @@ -1,11 +1,11 @@
|
| <pre>
|
| {
|
| <em>// Required</em>
|
| - {{#manifest_source}}
|
| - {{?annotations}}
|
| + {{#mp:manifest_source}}
|
| + {{?mp.annotations}}
|
|
|
| - {{/annotations}}
|
| - {{+partials.manifest_property}}
|
| + {{/mp.annotations}}
|
| + {{+partials.manifest_property property:mp/}}
|
| {{/manifest_source}}
|
| }
|
| </pre>
|
|
|