From ac4c8f7ab019f2b6d77e2718a0bda0a1c6a4bd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 22 Dec 2007 23:24:26 +0000 Subject: #203274 by Pasqualle: remove excessive witespace from our code (minor) --- modules/aggregator/aggregator.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.admin.inc') diff --git a/modules/aggregator/aggregator.admin.inc b/modules/aggregator/aggregator.admin.inc index cf68eda1f..97733374e 100644 --- a/modules/aggregator/aggregator.admin.inc +++ b/modules/aggregator/aggregator.admin.inc @@ -217,7 +217,7 @@ function aggregator_admin_settings() { $form['aggregator_summary_items'] = array( '#type' => 'select', '#title' => t('Items shown in sources and categories pages') , '#default_value' => variable_get('aggregator_summary_items', 3), '#options' => $items, - '#description' => t('Number of feed items displayed in feed and category summary pages.') + '#description' => t('Number of feed items displayed in feed and category summary pages.') ); $form['aggregator_clear'] = array( -- cgit v1.2.3