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