* Fix bad link in Remote RSS sidebar plugin (#2521122)

(garvinhicking)
This commit is contained in:
Garvin Hicking 2009-01-20 09:19:23 +00:00
parent 2cded9e602
commit 0017b30a87
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ Version 1.5 ()
Version 1.4.1 (January 16th, 2009)
------------------------------------------------------------------------
* Fix bad link in Remote RSS sidebar plugin (#2521122)
(garvinhicking)
* Fix missing index key creation for statistics tables in the
statistics plugin (isotopp)

View File

@ -1,7 +1,7 @@
{foreach from=$remoterss_items.items item="item"}
<div class="rss_item">
{if $remoterss_items.use_rss_link}
<div class="rss_link"><a href="{$remoterss_items.link|@escape}" {if $remoterss_items.target}target="$remoterss_items.target"{/if}>
<div class="rss_link"><a href="{$item.link|@escape}" {if $remoterss_items.target}target="$remoterss_items.target"{/if}>
{/if}
{if $remoterss_items.bulletimg}