This commit is contained in:
Lanta 2023-11-28 10:23:03 +01:00
parent 1a0642d522
commit ca74af7ef5

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 {