parent
2cded9e602
commit
0017b30a87
@ -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)
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user