Fixed style for second tab

This commit is contained in:
moodler
2005-05-17 13:51:53 +00:00
parent e0eda6cf48
commit 0addd942b2
+4 -1
View File
@@ -154,7 +154,10 @@ if ($currentaction == 'configblock') {
<?php
} else {
global $act, $url, $rssid, $preferredtitle;
echo '<table cellpadding="9" cellspacing="0" class="blockconfigtable">';
echo '<tr valign="top"><td>';
rss_display_feeds();
print '</form>';
echo '</form>';
rss_get_form($act, $url, $rssid, $preferredtitle);
echo '</td></tr></table>';
} ?>