Skip to content

Commit

Permalink
Strip html tags from formatted address
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Oct 21, 2022
1 parent 3be9d01 commit 58bee0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1 class="h3 card-title">{{ $contactLocation->getName() }}</h1>
<div class="row contact-info mb-2">
<div class="col-1"><i class="fa fa-globe"></i></div>
<div class="col">{!! format_address($contactLocation->getAddress()) !!}</div>
<div class="col">{{ format_address($contactLocation->getAddress()) }}</div>
</div>
<div class="row contact-info">
<div class="col-1"><i class="fa fa-phone"></i></div>
Expand All @@ -32,4 +32,4 @@
</div>
</div>
</div>
</div>
</div>

0 comments on commit 58bee0f

Please sign in to comment.