| Index: chrome/common/extensions/docs/templates/private/intro_table.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/intro_table.html b/chrome/common/extensions/docs/templates/private/intro_table.html
|
| index 4a9f3c57495221081ddb77ec59f7e0d011f1839f..fad9a9397871327b4b2c683611bc004f80f4fa68 100644
|
| --- a/chrome/common/extensions/docs/templates/private/intro_table.html
|
| +++ b/chrome/common/extensions/docs/templates/private/intro_table.html
|
| @@ -1,17 +1,17 @@
|
| <table class="intro" id="intro">
|
| - {{#api.introList}}
|
| + {{#item:api.introList}}
|
| <tr>
|
| - <td class="title">{{title}}:</td>
|
| + <td class="title">{{item.title}}:</td>
|
| <td>
|
| - {{#content}}
|
| - {{?link}}<a href="{{link}}">{{/link}}
|
| - {{?class}}<span class="{{class}}">{{/class}}
|
| - {{?text}}{{{text}}}{{/text}}
|
| - {{?partial}}{{+partial content:content}}{{/partial}}
|
| - {{?class}}</span>{{/class}}
|
| - {{?link}}</a>{{/link}}
|
| + {{#c:item.content}}
|
| + {{?c.link}}<a href="{{c.link}}">{{/c.link}}
|
| + {{?c.class}}<span class="{{c.class}}">{{/c.class}}
|
| + {{?c.text}}{{{c.text}}}{{/c.text}}
|
| + {{?c.partial +c.partial content:c/}}
|
| + {{?c.class}}</span>{{/c.class}}
|
| + {{?c.link}}</a>{{/c.link}}
|
| <br>
|
| - {{/content}}
|
| + {{/item.content}}
|
| </td>
|
| </tr>
|
| {{/api.introList}}
|
|
|