From a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 May 2009 17:39:35 +0000 Subject: - Patch #471070 by stella: millions of code style fixes. --- modules/field/field.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.module') diff --git a/modules/field/field.module b/modules/field/field.module index 8d19f47ed..411a05317 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -101,7 +101,7 @@ function field_help($path, $arg) { switch ($path) { case 'admin/help#field': $output = '

' . t('The Field API allows custom data fields to be attached to Drupal objects and takes care of storing, loading, editing, and rendering field data. Any object type (node, user, etc.) can use the Field API to make itself "fieldable" and thus allow fields to be attached to it.') . '

'; - $output .= '

' .t('The Field API provides no user interface on its own. Use the Content Construction Kit (CCK) contrib module to manage custom fields via a web browser.') . '

'; + $output .= '

' . t('The Field API provides no user interface on its own. Use the Content Construction Kit (CCK) contrib module to manage custom fields via a web browser.') . '

'; return $output; } } -- cgit v1.2.3