]> git.mjollnir.org Git - moodle.git/commitdiff
fix for MDL-7861, taking out extra </form> tag
authortoyomoyo <toyomoyo>
Thu, 21 Dec 2006 07:01:28 +0000 (07:01 +0000)
committertoyomoyo <toyomoyo>
Thu, 21 Dec 2006 07:01:28 +0000 (07:01 +0000)
blocks/rss_client/config_instance.html

index a6c73f99a47424f719361c84314ed373865ff254..c963748427ec835a37a98f491210a02dbf56651e 100644 (file)
@@ -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>';
 }