From d5f4204952e5c86c0c9284c7dae9ff4496865669 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 Nov 2012 23:59:25 -0200 Subject: Updating features, fixing feeds and other changes --- features/calendario_feature/calendario_feature.features.filter.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features/calendario_feature/calendario_feature.features.filter.inc') diff --git a/features/calendario_feature/calendario_feature.features.filter.inc b/features/calendario_feature/calendario_feature.features.filter.inc index b613d06..616fed3 100644 --- a/features/calendario_feature/calendario_feature.features.filter.inc +++ b/features/calendario_feature/calendario_feature.features.filter.inc @@ -10,7 +10,7 @@ function calendario_feature_filter_default_formats() { $formats = array(); - // Exported format: Filtered HTML + // Exported format: Filtered HTML. $formats['filtered_html'] = array( 'format' => 'filtered_html', 'name' => 'Filtered HTML', @@ -47,7 +47,7 @@ function calendario_feature_filter_default_formats() { ), ); - // Exported format: Full HTML + // Exported format: Full HTML. $formats['full_html'] = array( 'format' => 'full_html', 'name' => 'Full HTML', @@ -75,7 +75,7 @@ function calendario_feature_filter_default_formats() { ), ); - // Exported format: Plain text + // Exported format: Plain text. $formats['plain_text'] = array( 'format' => 'plain_text', 'name' => 'Plain text', -- cgit v1.2.3