fixed typo
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<td><?=count($address->wohneinheiten)?></td>
|
||||
</tr><tr>
|
||||
<th>Tool-Gebäudetyp</th>
|
||||
<td><?= $address->tool_building_type == 0 ? "Unbekannt" : ($address->tool_building_type == 1 ? "EFH" : "MFH") ?></td>
|
||||
<td><?= $address->tool_building_type == 0 ? "Unbekannt" : ($address->tool_building_type == 1 ? "EFH" : "MPH") ?></td>
|
||||
</tr><tr>
|
||||
<th>GPS Koordinaten</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user