diff options
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rw-r--r-- | templates/html_head_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index b245010..6af4972 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -3,7 +3,7 @@ <link rel="rss feeds" title="{tr}RSS Syndication{/tr}" href="{$smarty.const.RSS_PKG_URL}" /> {/if} -{if $gBitSystem->isPackageActive( 'rss' ) and $feedlink.url} +{if $gBitSystem->isPackageActive( 'rss' ) and !empty($feedlink.url)} <link rel="alternate" type="application/rss+xml" title="{$feedlink.title|escape}" href="{$feedlink.url}" /> {/if} {/strip} |
