<?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>';
}
-?>
\ No newline at end of file
+?>