Clan info updated with clanmembers and clickable to latest matches #123
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
foreach ($clan as $key => $value) {
|
||||
echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
||||
}
|
||||
foreach ($clanmembers as $value) {
|
||||
foreach ($clanmembers['clanMembers'] as $value) {
|
||||
echo "<tr><td>name</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue