Merge pull request #150 from OpzekerIT/dev

tables
This commit is contained in:
Lanta 2023-11-28 10:32:45 +01:00 committed by GitHub
commit 92ff30063a

View file

@ -123,7 +123,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
if ($key == 'updated') {
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>";
} else {