| Index: chrome/common/extensions/docs/templates/private/type.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
|
| index e5a27b0760517b132e185dadfab70c1b88c13a8a..2ab669c16db6788b6de957eb055a7b4f92750c11 100644
|
| --- a/chrome/common/extensions/docs/templates/private/type.html
|
| +++ b/chrome/common/extensions/docs/templates/private/type.html
|
| @@ -22,7 +22,11 @@
|
| </dd>
|
| </dl>
|
| {{:e.description}}
|
| - {{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}
|
| + {{^e.last}}
|
| + <code>"{{e.name}}"</code>,
|
| + {{:e.last}}
|
| + {{^e.first}}or {{/e.first}}<code>"{{e.name}}"</code>
|
| + {{/e.last}}
|
| {{/e.description}}
|
| {{/enum_values}}
|
| </td></tr>
|
|
|