| Index: chrome/common/extensions/docs/templates/private/sidenav_item.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/sidenav_item.html b/chrome/common/extensions/docs/templates/private/sidenav_item.html
|
| index b70abafbdd3bfcb958c452bd82e776a70a836c9d..ad6f0604961eab0b0906693b10247694608b9379 100644
|
| --- a/chrome/common/extensions/docs/templates/private/sidenav_item.html
|
| +++ b/chrome/common/extensions/docs/templates/private/sidenav_item.html
|
| @@ -11,7 +11,5 @@
|
| <span class="level{{item.level}}">{{item.title}}</span>
|
| {{/item.href}}
|
| {{/item.toggleable}}
|
| - {{?item.items}}
|
| - {{+partials.sidenav_items items:item.items parent:item}}
|
| - {{/item.items}}
|
| + {{?item.items +partials.sidenav_items items:item.items parent:item/}}
|
| </li>
|
|
|