| Index: chrome/common/extensions/docs/server2/templates/private/sample_item.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/private/sample_item.html b/chrome/common/extensions/docs/server2/templates/private/sample_item.html
|
| index c15c4b28cc9bd8667b93d0e6edbba6f3f0116ae4..7f27f63235e15f5b7d5f79c0546d9531a26548d2 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/private/sample_item.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/private/sample_item.html
|
| @@ -1,4 +1,5 @@
|
| <div class="sample" tags="{{#api_calls}}{{name}} {{/}}">
|
| + <a name="{{id}}"></a>
|
| <img class="icon" src="{{icon}}">
|
| <h2><a href="{{download_url}}">{{name}}</a></h2>
|
| {{description}}
|
|
|