Commit a499b2d5bd205e3daf7f64f3e27cacb5b8f7429c
1 parent
e53b7780
KTS-1748
"Grey line appears at the bottom of the rss dashlet when an external feed is loaded. " Fixed. Reviewed By: Kevin git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6391 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
3 additions
and
8 deletions
plugins/rssplugin/loadFeed.inc.php
plugins/rssplugin/templates/RSSPlugin/dashlet.smarty
| ... | ... | @@ -77,6 +77,7 @@ |
| 77 | 77 | {/section} |
| 78 | 78 | </table> |
| 79 | 79 | </div> |
| 80 | + <br> | |
| 80 | 81 | {else} |
| 81 | 82 | {if !$feedlist} |
| 82 | 83 | {if ($action.url)}<a href="{$action.url}" |
| ... | ... | @@ -87,10 +88,4 @@ |
| 87 | 88 | <br> |
| 88 | 89 | <br> |
| 89 | 90 | {/if} |
| 90 | -</div> | |
| 91 | - | |
| 92 | - | |
| 93 | - | |
| 94 | - | |
| 95 | - | |
| 96 | - | |
| 91 | +</div> | |
| 97 | 92 | \ No newline at end of file | ... | ... |