Closed (fixed)
Project:
Marinelli
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2008 at 22:21 UTC
Updated:
13 Oct 2008 at 09:32 UTC
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
Comment #1
Lioz commentedthanks for you bug-report!
Comment #2
Lioz commentedfixed in 6.2.3
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.