Skip to content

Commit fabe8d5

Browse files
Merge pull request #68 from helsingborg-stad/fix/post-title-&amp
fix: post title &amp
2 parents b9bfe41 + 058b004 commit fabe8d5

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)