Skip to content

Commit

Permalink
Solve Adress Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bbdoc committed Sep 12, 2023
1 parent a14601e commit a2fdade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/location_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="alert alert-success" role="alert">
<?php echo i8ln("Your Location is set to"); ?><br>
<?php echo "<b>".$address."</b><br>"; ?>
<?php if (@$disable_nominatim <> "True") { echo "<b>".$address."</b><br>"; } ?>
<?php echo "[ ".round($latitude, 4); ?>, <?php echo round($longitude, 4)." ]"; ?>
</div>

Expand Down

0 comments on commit a2fdade

Please sign in to comment.