@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | protected function doLazyload(string $html): string |
55 | 55 | { |
56 | - return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function ($match) { |
|
56 | + return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function($match) { |
|
57 | 57 | list($all, $tag, $props) = $match; |
58 | 58 | |
59 | 59 | if (empty(\trim($props, ' /')) || \stripos($props, $this->lazyClass) !== false) { |