mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fix for MDL-7861, taking out extra </form> tag
This commit is contained in:
parent
29c16a55ba
commit
b9072f81de
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ if ($currentaction == 'configblock') {
|
||||||
print '<tr valign="top"><td>';
|
print '<tr valign="top"><td>';
|
||||||
$context = get_context_instance(CONTEXT_BLOCK, $this->instance->id);
|
$context = get_context_instance(CONTEXT_BLOCK, $this->instance->id);
|
||||||
rss_display_feeds($id, $USER->id, '', $context);
|
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);
|
rss_print_form($act, $url, $rssid, $preferredtitle, $shared, $id, $context);
|
||||||
print '</td></tr></table>';
|
print '</td></tr></table>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue