mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
tweaks (#3686)
This commit is contained in:
parent
39d6710798
commit
a6a1d553d9
3 changed files with 12 additions and 4 deletions
|
@ -466,6 +466,10 @@ EOD;
|
|||
}
|
||||
$rows = $content['rows'];
|
||||
foreach ($rows as $row) {
|
||||
if (!is_array($row)) {
|
||||
// some rows are null
|
||||
continue;
|
||||
}
|
||||
$tr = '<tr>';
|
||||
foreach ($row as $data) {
|
||||
$tr .= '<td>' . $data . '</td>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue