From a18f95a87da67dc57e7972eb1336e5da76960736 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Sep 2010 04:19:15 +0000 Subject: #896170 by yched: Fixed default formatter for 'Text with summary' field type should be 'text_default()'. --- modules/field/modules/text/text.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field') diff --git a/modules/field/modules/text/text.module b/modules/field/modules/text/text.module index 45ace5ee2..1399bcdbd 100644 --- a/modules/field/modules/text/text.module +++ b/modules/field/modules/text/text.module @@ -52,7 +52,7 @@ function text_field_info() { 'description' => t('This field stores long text in the database along with optional summary text.'), 'instance_settings' => array('text_processing' => 1, 'display_summary' => 0), 'default_widget' => 'text_textarea_with_summary', - 'default_formatter' => 'text_summary_or_trimmed', + 'default_formatter' => 'text_default', ), ); } -- cgit v1.2.3