Skip to content

Commit

Permalink
Merge pull request #236 from helsingborg-stad/fix/organizer-text-error
Browse files Browse the repository at this point in the history
fix: organizer text error
  • Loading branch information
sebastianthulin authored Mar 31, 2024
2 parents dac63ae + e71aede commit c194393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/widgets/organizer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@foreach($event['organizers'] as $orgindex => $organizer)
@if(!empty($organizer['organizer']))
@typography(['id' => 'single-event-organizer-' . $orgindex])
<strong>{{ $organizer['organizer'] }}</strong>
<strong>{!! $organizer['organizer'] !!}</strong>
@endtypography
@endif
@if(!empty($organizer['organizer_phone']) || !empty($organizer['organizer_email']) || !empty($organizer['organizer_link']))
Expand Down

0 comments on commit c194393

Please sign in to comment.