removed one excess <br /> tag as noted in Tim's comment here: http://moodle.org/mod/forum/discuss.php?d=18121
This commit is contained in:
@@ -178,7 +178,7 @@ class block_rss_client extends block_base {
|
||||
}
|
||||
|
||||
if ($showtitle) {
|
||||
$returnstring .= '<div class="rssclienttitle">'. $feedtitle .'</div><br /><br />';
|
||||
$returnstring .= '<div class="rssclienttitle">'. $feedtitle .'</div><br />';
|
||||
}
|
||||
|
||||
foreach ($rss->items as $item) {
|
||||
|
||||
Reference in New Issue
Block a user