summaryrefslogtreecommitdiff
path: root/features/calendario_feature/calendario_feature.features.filter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/calendario_feature/calendario_feature.features.filter.inc')
-rw-r--r--features/calendario_feature/calendario_feature.features.filter.inc6
1 files changed, 3 insertions, 3 deletions
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',