From 0c98fd9c908296f2d79d7799b9a618dc491db302 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 4 Nov 2020 16:43:44 +0000 Subject: [PATCH] wip #4036 @0.75 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index bf77e0494..1b04be640 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1597,7 +1597,7 @@ class htmlMultimediaLink extends wsHTML5Link $d = array('fdir' => $fdir, 'dir' => $dir); $file = $this->compiler->wdir . '/' . $this->alternative; $content = file_get_contents($file); - if (strpos($content, '
')) { + if (false && strpos($content, '
')) { return $this->getLottieContent($content, $this->width, $this->height); } $this->compiler->vdir->copy($this->compiler->wdir . '/' . $this->alternative, $d['dir'] . '/' . $this->alternative); -- 2.39.5