Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/filter_item.html |
| diff --git a/chrome/common/extensions/docs/templates/private/filter_item.html b/chrome/common/extensions/docs/templates/private/filter_item.html |
| index 570feaf59146aaccabf632e87db6b72a76a22fb5..709dbb8eccf26d0621ecaba7af36e0fa2170ccf3 100644 |
| --- a/chrome/common/extensions/docs/templates/private/filter_item.html |
| +++ b/chrome/common/extensions/docs/templates/private/filter_item.html |
| @@ -1 +1 @@ |
| -<span><a href="javascript:void(0)">{{name}}</a>{{^last}} | {{/}}</span> |
| +<span><a href="javascript:void(0)">{{item.name}}</a>{{^item.last}} | {{/}}</span> |