Skip to content

Commit

Permalink
Fixed "can't add RSS feed" bug MDL-8180
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 25, 2007
1 parent 88dda74 commit 5bf0415
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blocks/rss_client/config_instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,14 @@
<?php
} else {
global $act, $url, $rssid, $preferredtitle, $shared;

print '</form>'; // Closes off page form

print '<table cellpadding="9" cellspacing="0" class="blockconfigtable">';
print '<tr valign="top"><td>';
$context = get_context_instance(CONTEXT_BLOCK, $this->instance->id);
rss_display_feeds($id, $USER->id, '', $context);
// print '</form>'; //not sure that this is needed //yu: took it out bad xhtml
rss_print_form($act, $url, $rssid, $preferredtitle, $shared, $id, $context);
print '</td></tr></table>';
}
?>
?>

0 comments on commit 5bf0415

Please sign in to comment.