| Index: chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| index a63cd52fdcfa599fad6dfcfd276c3b0ad6a5a8f3..a32a64fda631f797716ac1fc9c40a255681d2cd3 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| @@ -58,13 +58,13 @@ The following table lists the currently available permissions:
|
| <th>Permission</th>
|
| <th>Description</th>
|
| </tr>
|
| - {{#permissions}}
|
| - <tr id="{{anchor}}">
|
| + {{#p:permissions}}
|
| + <tr id="{{p.anchor}}">
|
| <td>
|
| - <code>"{{name}}"</code>
|
| + <code>"{{p.name}}"</code>
|
| </td>
|
| <td>
|
| - {{+description platform:platform name:name}}
|
| + {{+p.description platform:platform name:p.name/}}
|
| </td>
|
| </tr>
|
| {{/permissions}}
|
|
|