Fix PHP tags
This commit is contained in:
parent
0457509482
commit
fba43fa926
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
icon: markerIcon
|
icon: markerIcon
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
$popupContent = null;
|
@php $popupContent = null; @endphp
|
||||||
@if(preg_match("/\[\[([^\]]+)\]\]/", $checkin->note, $filepath))
|
@if(preg_match("/\[\[([^\]]+)\]\]/", $checkin->note, $filepath))
|
||||||
@if(preg_match("/\.webm/", $filepath[1]))
|
@if(preg_match("/\.webm/", $filepath[1]))
|
||||||
@php $popupContent = `<video controls>
|
@php $popupContent = `<video controls>
|
||||||
|
|
Loading…
Reference in a new issue