Skip to content

Commit

Permalink
fix: &amp collection item (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Nov 6, 2023
1 parent a247464 commit 8f3dc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/v3/partials/post/post-collection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'element' => 'h2',
'variant' => 'h3'
])
{{ $post->postTitle }}
{!! $post->postTitle !!}
@endtypography
{{-- TODO: Add icon --}}
@endgroup
Expand Down
2 changes: 1 addition & 1 deletion views/v3/partials/secondary.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'element' => 'h2',
'variant' => 'h3',
])
{{ $place->postTitle }}
{!! $place->postTitle !!}
@endtypography
@endgroup
@tags([
Expand Down

0 comments on commit 8f3dc0e

Please sign in to comment.