We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2257a9 + 5029a50 commit 12064adCopy full SHA for 12064ad
Plugin/BlockPlugin.php
@@ -78,7 +78,7 @@ public function afterToHtml(\Magento\Framework\View\Element\AbstractBlock $block
78
$html = str_replace($pixelSrc, $tmpSrc, $html);
79
80
$html = preg_replace('#<img\s+([^>]*)(?:src="([^"]*)")([^>]*)\/?>#isU', '<img ' . $pixelSrc .
81
- 'data-original="$2" $1 $3/>', $html);
+ ' data-original="$2" $1 $3/>', $html);
82
83
$html = str_replace($tmpSrc, $pixelSrc, $html);
84
$html = str_replace(self::LAZY_TAG, '', $html);
0 commit comments