| 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 f99dad8d7b524315bb2475c3f50fcdc529027ec5..12c3b9011a560c4c51d01a8949803b62569a79b1 100644
|
| --- a/chrome/common/extensions/docs/templates/private/type.html
|
| +++ b/chrome/common/extensions/docs/templates/private/type.html
|
| @@ -7,7 +7,7 @@
|
| {{?enum_values}}
|
| <dd>enum of
|
| {{#enum_values}}
|
| - {{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}
|
| + {{?@.last}}or {{/}}<code>"{{name}}"</code>{{^@.last}}, {{/}}
|
| {{/enum_values}}
|
| </dd>
|
| {{:enum_values}}
|
|
|