Skip to content

Commit 058b004

Browse files
committed
fix: post title &amp
1 parent b9bfe41 commit 058b004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/collection.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'element' => 'h2',
3939
'variant' => 'h3',
4040
])
41-
{{$place->postTitle}}
41+
{!! $place->postTitle !!}
4242
@endtypography
4343
@if(!empty($place->getIcon()))
4444
@element([

0 commit comments

Comments
 (0)