fix struct, forgot an ,

fix struct, forgot an ,
This commit is contained in:
novgorodschi catalin
2026-06-30 11:45:34 +03:00
parent 97d6b7650c
commit e66185937c
12 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ $gaulPct=($users>0)?round(100*$gaul/$users,2):0;
<tbody><tr>
<td valign="top"><?php foreach($wonders as $w) echo htmlspecialchars($w['village'])." (".$w['level'].")<br>"; if(empty($wonders)) echo "-";?></td>
<td valign="top"><?php foreach($wonders as $w) echo $w['level']."<br>"; if(empty($wonders)) echo "-";?></td>
<td valign="top"><?php foreach($artefacts as $a) echo htmlspecialchars($a['name'])." - ".htmlspecialchars($a['username']??'Natura')."<br>"; if(empty($artefacts)) echo "-";?></td>
<td valign="top"><?php foreach($artefacts as $a) echo htmlspecialchars($a['name'])." - ".htmlspecialchars($a['username']??'Natars')."<br>"; if(empty($artefacts)) echo "-";?></td>
</tr></tbody>
</table>
<br />