tables #150

Merged
OpzekerIT merged 1 commit from dev into main 2023-11-28 09:32:45 +00:00
Showing only changes of commit 2b865f0980 - Show all commits

View file

@ -123,7 +123,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
if ($key == 'updated') { if ($key == 'updated') {
continue; continue;
} }
echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td></tr>"; echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td><td></td><td></td></tr>";
} }
echo "</table>"; echo "</table>";
} else { } else {