From a499b2d5bd205e3daf7f64f3e27cacb5b8f7429c Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Fri, 9 Mar 2007 08:43:29 +0000 Subject: [PATCH] KTS-1748 "Grey line appears at the bottom of the rss dashlet when an external feed is loaded. " Fixed. --- plugins/rssplugin/loadFeed.inc.php | 2 +- plugins/rssplugin/templates/RSSPlugin/dashlet.smarty | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/plugins/rssplugin/loadFeed.inc.php b/plugins/rssplugin/loadFeed.inc.php index 431dc74..81e4dff 100644 --- a/plugins/rssplugin/loadFeed.inc.php +++ b/plugins/rssplugin/loadFeed.inc.php @@ -52,7 +52,7 @@
"; } - $reposonse .= ""; + $reposonse .= "
"; echo $reposonse; ?> diff --git a/plugins/rssplugin/templates/RSSPlugin/dashlet.smarty b/plugins/rssplugin/templates/RSSPlugin/dashlet.smarty index d7f4567..b73c383 100644 --- a/plugins/rssplugin/templates/RSSPlugin/dashlet.smarty +++ b/plugins/rssplugin/templates/RSSPlugin/dashlet.smarty @@ -77,6 +77,7 @@ {/section} +
{else} {if !$feedlist} {if ($action.url)}
{/if} - - - - - - - + \ No newline at end of file -- libgit2 0.21.4