| Index: chrome/common/extensions/docs/templates/private/api_property.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/api_property.html b/chrome/common/extensions/docs/templates/private/api_property.html
|
| index f728033c311f95ca26b5bf727644efe1abfaf98a..0b30e78d53186a6f31aeaf91d4724c30a6bc896b 100644
|
| --- a/chrome/common/extensions/docs/templates/private/api_property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/api_property.html
|
| @@ -23,7 +23,9 @@
|
| <table class="innerTable">
|
| <thead><th colspan="3">Functions</th></thead>
|
| {{#f:functions}}
|
| - {{+partials.function function:f parentName:false/}}
|
| + <tr><td>
|
| + {{+partials.function function:f parentName:false/}}
|
| + </td></tr>
|
| {{/functions}}
|
| </table>
|
| {{/functions}}
|
|
|