| Index: chrome/common/extensions/docs/templates/private/standard_apps_article.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/standard_apps_article.html b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
|
| index 3f880d5bbd7ec4fd51426f56429f0eff746113c9..b25e2e1a9fa5ec6e33cc148fc3f0b269d597035a 100644
|
| --- a/chrome/common/extensions/docs/templates/private/standard_apps_article.html
|
| +++ b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
|
| @@ -1,24 +1,32 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - {{+partials.header_head}}
|
| + {{+partials.header_head/}}
|
| <title>{{article.title}} - Google Chrome</title>
|
| </head>
|
| <body>
|
| - {{+partials.header_body title:strings.apps_title platform:strings.app}}
|
| + {{+partials.header_body title:strings.apps_title platform:strings.app/}}
|
| <div id="gc-container">
|
| - {{+partials.sidenav items:sidenavs.apps}}
|
| + {{+partials.sidenav items:sidenavs.apps/}}
|
| <div id="gc-pagecontent">
|
| <h1 class="page_title">{{article.title}}</h1>
|
| {{?article.apps_toc}}
|
| {{+partials.table_of_contents toc_items:article.apps_toc
|
| has_toc:true
|
| - title:strings.apps_title}}
|
| + title:strings.apps_title/}}
|
| {{/article.apps_toc}}
|
| {{- This may contain <pre> tags so it is not indented -}}
|
| -{{+article.intro platform:strings.app is_apps:true}}
|
| +{{+article.intro
|
| + apis:apis
|
| + beta_apis:beta_apis
|
| + dev_apis:dev_apis
|
| + manifest_source:manifest_source
|
| + permissions:permissions
|
| + platform:strings.app
|
| + stable_apis:stable_apis
|
| + is_apps:true/}}
|
| </div>
|
| </div>
|
| </body>
|
| - {{+partials.footer}}
|
| + {{+partials.footer/}}
|
| </html>
|
|
|