Upgrade to 3.6.1.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Http\Server;
|
||||
|
||||
return [
|
||||
'system' => [
|
||||
|
@@ -298,7 +298,7 @@ return [
|
||||
if ($isLocalVideo === true) {
|
||||
// handles local video file
|
||||
if ($tag->file = $tag->file($tag->value)) {
|
||||
$source = Html::tag('source', null, [
|
||||
$source = Html::tag('source', '', [
|
||||
'src' => $tag->file->url(),
|
||||
'type' => $tag->file->mime()
|
||||
]);
|
||||
|
Reference in New Issue
Block a user