diff options
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator-summary-items.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator-summary-items.tpl.php b/modules/aggregator/aggregator-summary-items.tpl.php index 8f5e18d2b..cc1c6491f 100644 --- a/modules/aggregator/aggregator-summary-items.tpl.php +++ b/modules/aggregator/aggregator-summary-items.tpl.php @@ -17,7 +17,7 @@ * @see template_preprocess_aggregator_summary-items() */ ?> -<h2><?php print $title; ?></h2> +<h3><?php print $title; ?></h3> <?php print $summary_list; ?> <div class="links"> <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a> |