This commit is contained in:
Thijs Stobbelaar 2023-11-28 10:23:03 +01:00
parent c61981c391
commit 2b865f0980

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 {