Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/warning_deprecated.html |
| diff --git a/chrome/common/extensions/docs/templates/private/warning_deprecated.html b/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
| index 47b0bd7d7ed3830c5e8bc1f4203aae029a1e607d..7df12ac10cb1a2dddebe315d3919a908f252e028 100644 |
| --- a/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
| +++ b/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
| @@ -1,8 +1,7 @@ |
| -{{- Parameters: |
| - |item|: the schema for the item |
| --}} |
| -{{?item.deprecated}} |
| +{{#item}} |
| +{{?deprecated}} |
| <p class="warning"> |
| - {{item.name}} is deprecated. {{{item.deprecated}}} |
| + {{name}} is deprecated. {{{deprecated}}} |
| </p> |
| -{{/item.deprecated}} |
| +{{/deprecated}} |
| +{{/item}} |