@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | protected function doLazyload(string $html): string |
71 | 71 | { |
72 | - return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function ($match) { |
|
72 | + return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function($match) { |
|
73 | 73 | list($all, $tag, $props) = $match; |
74 | 74 | |
75 | 75 | if (empty(\trim($props, ' /'))) { |