Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
#560 fix syntax error (unexpected ',')
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrankowska authored Jun 21, 2022
2 parents e7af392 + 9360969 commit 69126d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magento_Catalog/templates/product/widget/viewed/list.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<?php $sliderBlockAfter = $this->getLayout()
->createBlock("Magento\Framework\View\Element\Template")
->setTemplate("Magento_Theme::html/slider.phtml"),
->setTemplate("Magento_Theme::html/slider.phtml");
$sliderBlockAfter->setData([
'slider_html' => 'after-slides'
])
Expand Down

0 comments on commit 69126d9

Please sign in to comment.