MDL-86800 block_rss_client: Fix incorrect table borders

This commit is contained in:
Mihail Geshoski
2025-10-01 11:26:43 +08:00
parent d152c7bed0
commit a5159fea31
+1 -1
View File
@@ -92,7 +92,7 @@ if (!empty($rssrecord->preferredtitle)) {
} else {
$feedtitle = $rss->get_title();
}
echo '<table align="center" width="50%" cellspacing="1">'."\n";
echo '<table class="table-reboot" align="center" width="50%" cellspacing="1">' . "\n";
echo '<tr><td colspan="2"><strong>'. s($feedtitle) .'</strong></td></tr>'."\n";
foreach ($rss->get_items() as $item) {
echo '<tr><td valign="middle">'."\n";