tables
This commit is contained in:
parent
c61981c391
commit
2b865f0980
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue