From e7f8d747180c8330f1dd78a97dd3a91c03d4f7ad Mon Sep 17 00:00:00 2001 From: "kalman@chromium.org" Date: Fri, 15 Nov 2013 05:52:03 +0000 Subject: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. BUG=293678 R=mkearney@chromium.org Review URL: https://codereview.chromium.org/61733018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235292 0039d316-1c4b-4281-b951-d872f2087c98 --- .../extensions/docs/templates/private/manifest_example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '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 05a60d8..6bc9cff 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 @@
 {
   // Required
-  {{#manifest_source}}
-  {{?annotations}}
+  {{#mp:manifest_source}}
+  {{?mp.annotations}}
 
-  {{/annotations}}
-  {{+partials.manifest_property}}
+  {{/mp.annotations}}
+  {{+partials.manifest_property property:mp/}}
   {{/manifest_source}}
 }
 
-- cgit v1.1