From 58bee0f358cc3faea1a528bf6cecb208227aa8b1 Mon Sep 17 00:00:00 2001 From: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:10:11 +0100 Subject: [PATCH] Strip html tags from formatted address Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> --- _pages/contact.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/contact.blade.php b/_pages/contact.blade.php index 303091b..e0ee12e 100644 --- a/_pages/contact.blade.php +++ b/_pages/contact.blade.php @@ -14,7 +14,7 @@

{{ $contactLocation->getName() }}

-
{!! format_address($contactLocation->getAddress()) !!}
+
{{ format_address($contactLocation->getAddress()) }}
@@ -32,4 +32,4 @@
- \ No newline at end of file +