diff options
Diffstat (limited to 'modules/field/theme/field.tpl.php')
-rw-r--r-- | modules/field/theme/field.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/theme/field.tpl.php b/modules/field/theme/field.tpl.php index 8478d15a6..8f317c93b 100644 --- a/modules/field/theme/field.tpl.php +++ b/modules/field/theme/field.tpl.php @@ -6,7 +6,7 @@ * Default template implementation to display the value of a field. * * This file is not used and is here as a starting point for customization only. - * @see theme_field(). + * @see theme_field() * * Available variables: * - $items: An array of field values. Use render() to output them. |