diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-03 16:10:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-03 16:10:50 +0000 |
commit | 745ac159fa215b5713ac156977c83621ce5e93e4 (patch) | |
tree | 295ff1ad5df8b413e53f663770d8dcd39a2de396 | |
parent | 7010dcd1a3e44b92ea2b23b38a62665181873a84 (diff) | |
download | brdo-745ac159fa215b5713ac156977c83621ce5e93e4.tar.gz brdo-745ac159fa215b5713ac156977c83621ce5e93e4.tar.bz2 |
- Patch #174179 by mustafu, spatz4000, fgm: heading hierachy was not always consistent.
-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> |