Fix
This commit is contained in:
parent
e71062953e
commit
008c08e6cf
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
</audio>`; @endphp
|
||||
@endif
|
||||
@else
|
||||
@php $popupContent = `<p class="popup__note">{!! $checkin->note !!}</p>`; @endphp
|
||||
@php $popupContent ='<p class="popup__note">' . $checkin->note . '</p>'; @endphp
|
||||
@endif
|
||||
|
||||
popupMarkup = `<h2 class="popup__title">{!! $checkin->title ?? "<i>Untitled</i>" !!}</h2>`;
|
||||
|
|
Loading…
Reference in a new issue