commit b873c04d8d1793a7bcff5270abcee2b40daabf5d Author: Joel Pittet Date: Wed Sep 3 11:05:23 2014 -0700 cleanup diff --git a/core/modules/node/templates/field--node--created.html.twig b/core/modules/node/templates/field--node--created.html.twig index 6c8a687..dc474c7 100644 --- a/core/modules/node/templates/field--node--created.html.twig +++ b/core/modules/node/templates/field--node--created.html.twig @@ -1,18 +1,18 @@ {# /** -* @file -* Default theme implementation for the node created field. -* -* This is an override of field.html.twig for the node created field. See that -* template for documentation about its details and overrides. -* -* Available variables: -* - attributes: HTML attributes for the containing span element. -* - items: List of all the field items. -* -* @see field.html.twig -* -* @ingroup themeable -*/ + * @file + * Default theme implementation for the node created field. + * + * This is an override of field.html.twig for the node created field. See that + * template for documentation about its details and overrides. + * + * Available variables: + * - attributes: HTML attributes for the containing span element. + * - items: List of all the field items. + * + * @see field.html.twig + * + * @ingroup themeable + */ #} -{{ items }} +{{ items }} diff --git a/core/modules/node/templates/field--node--uid.html.twig b/core/modules/node/templates/field--node--uid.html.twig index 1fb0a6d..163ed85 100644 --- a/core/modules/node/templates/field--node--uid.html.twig +++ b/core/modules/node/templates/field--node--uid.html.twig @@ -1,18 +1,18 @@ {# /** -* @file -* Default theme implementation for the node user field. -* -* This is an override of field.html.twig for the node user field. See that -* template for documentation about its details and overrides. -* -* Available variables: -* - attributes: HTML attributes for the containing span element. -* - items: List of all the field items. -* -* @see field.html.twig -* -* @ingroup themeable -*/ + * @file + * Default theme implementation for the node user field. + * + * This is an override of field.html.twig for the node user field. See that + * template for documentation about its details and overrides. + * + * Available variables: + * - attributes: HTML attributes for the containing span element. + * - items: List of all the field items. + * + * @see field.html.twig + * + * @ingroup themeable + */ #} -{{ items }} +{{ items }}