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