| Index: chrome/common/extensions/docs/server2/templates/public/samples.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/public/samples.html b/chrome/common/extensions/docs/server2/templates/public/samples.html
|
| index b2b565570c1225be64464362a4b1ba2365f6f73a..4d4f86b414b940d520830a131529ae2fade63c24 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/public/samples.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/public/samples.html
|
| @@ -14,14 +14,16 @@
|
| <table class="controlbox">
|
| <tr>
|
| <td class="label">Filter by keyword:</td>
|
| - <td><input autofocus="" type="search" id="search_input" placeholder="Type to search"></td>
|
| + <td><input autofocus type="search" id="search_input" placeholder="Type to search"></td>
|
| </tr>
|
| <tr>
|
| <td class="label">Filter by API:</td>
|
| <td>
|
| - {{#api_list.chrome}}
|
| - <span><a class="api_filter_item" href="javascript:void(0)">{{@}}</a> | </span>
|
| - {{/}}
|
| + <div id="api_filter_items">
|
| + {{#api_list.chrome}}
|
| + <span><a href="javascript:void(0)">{{@}}</a> | </span>
|
| + {{/}}
|
| + </div>
|
| </td>
|
| </tr>
|
| </table>
|
|
|