| Index: chrome/common/extensions/docs/server2/templates/private/parameter_full.html
 | 
| diff --git a/chrome/common/extensions/docs/server2/templates/private/parameter_full.html b/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
 | 
| index 89dbb1e7fb36847f5665df75452c1c388a67e163..df7474370faeb7dbeb4cf17a57ca65a9fad3aa86 100644
 | 
| --- a/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
 | 
| +++ b/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
 | 
| @@ -2,7 +2,9 @@
 | 
|    {{+partials.property}}
 | 
|    <dd>
 | 
|      <dl>
 | 
| -      {{#properties}}{{+partials.property}}{{/}}
 | 
| +      {{#properties}}
 | 
| +        {{^additional_properties}}{{+partials.property}}{{/}}
 | 
| +      {{/}}
 | 
|      </dl>
 | 
|    </dd>
 | 
|  </div>
 | 
| 
 |