line8 in aggregator-summary-items.tpl.php

original

<?php
// $Id: aggregator-summary-items.tpl.php,v 1.1 2008/03/11 19:26:07 lioz Exp $

//Marinelli template for feed summary
?>

<h2><?php print $title; ?></h2>
<div class="feedsummary" /***** end tag omitted *****/
<?php print $summary_list; ?>
<div class="links">
  <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a>
</div>

</div>
  <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a>
</div>

</div>

changed

<?php
// $Id: aggregator-summary-items.tpl.php,v 1.1 2008/03/11 19:26:07 lioz Exp $

//Marinelli template for feed summary
?>

<h2><?php print $title; ?></h2>
<div class="feedsummary"> /***** end tag added  *****/
<?php print $summary_list; ?>
<div class="links">
  <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a>
</div>

</div>
  <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a>
</div>

</div>

thanks for nice theme.

Comments

Lioz’s picture

thanks for you bug-report!

Lioz’s picture

Status: Active » Fixed

fixed in 6.2.3

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.