Commit a499b2d5bd205e3daf7f64f3e27cacb5b8f7429c

Authored by Jalaloedien Abrahams
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
plugins/rssplugin/loadFeed.inc.php
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 </tr> 52 </tr>
53 <tr><td colspan='2'><br></td></tr>"; 53 <tr><td colspan='2'><br></td></tr>";
54 } 54 }
55 - $reposonse .= "</table></div>"; 55 + $reposonse .= "</table></div><br>";
56 56
57 echo $reposonse; 57 echo $reposonse;
58 ?> 58 ?>
plugins/rssplugin/templates/RSSPlugin/dashlet.smarty
@@ -77,6 +77,7 @@ @@ -77,6 +77,7 @@
77 {/section} 77 {/section}
78 </table> 78 </table>
79 </div> 79 </div>
  80 + <br>
80 {else} 81 {else}
81 {if !$feedlist} 82 {if !$feedlist}
82 {if ($action.url)}<a href="{$action.url}" 83 {if ($action.url)}<a href="{$action.url}"
@@ -87,10 +88,4 @@ @@ -87,10 +88,4 @@
87 <br> 88 <br>
88 <br> 89 <br>
89 {/if} 90 {/if}
90 -</div>  
91 -  
92 -  
93 -  
94 -  
95 -  
96 - 91 +</div>
97 \ No newline at end of file 92 \ No newline at end of file