diff --git a/components/localbox/box_one.blade.php b/components/localbox/box_one.blade.php index 6f0e46c..b925752 100644 --- a/components/localbox/box_one.blade.php +++ b/components/localbox/box_one.blade.php @@ -17,6 +17,6 @@ class="img-fluid pull-left" @endif
- {!! format_address($locationCurrent->getAddress(), FALSE) !!} + {{ format_address($locationCurrent->getAddress(), false) }}
diff --git a/components/locallist/list.blade.php b/components/locallist/list.blade.php index 1b54fcd..6cfd168 100644 --- a/components/locallist/list.blade.php +++ b/components/locallist/list.blade.php @@ -27,7 +27,7 @@ class="img-fluid img-fluid" @endif
- {!! format_address($locationObject->address) !!} + {{ format_address($locationObject->address) }}
@if ($locationObject->distance)