mirror of
https://github.com/moodle/moodle.git
synced 2025-04-26 19:03:38 +02:00
fix for MDL-7861, taking out extra </form> tag
This commit is contained in:
parent
29c16a55ba
commit
b9072f81de
@ -169,7 +169,7 @@ if ($currentaction == 'configblock') {
|
||||
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
|
||||
// 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>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user