Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/toc_functions.html |
| diff --git a/chrome/common/extensions/docs/templates/private/toc_functions.html b/chrome/common/extensions/docs/templates/private/toc_functions.html |
| index 23d3995155d7f46149e724c53ee3c41e9b928ff7..9ee0130b0b885afa85a0442410ad35d95806ff84 100644 |
| --- a/chrome/common/extensions/docs/templates/private/toc_functions.html |
| +++ b/chrome/common/extensions/docs/templates/private/toc_functions.html |
| @@ -1,6 +1,6 @@ |
| <a href="#{{?parentName}}{{parentName}}-{{/}}methods">Methods</a> |
| <ol> |
| - {{#functions}} |
| - <li><a href="#{{id}}">{{name}}</a></li> |
| + {{#f:functions}} |
| + <li><a href="#{{f.id}}">{{f.name}}</a></li> |
| {{/functions}} |
| </ol> |