Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes (#166)
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer authored Jan 17, 2022
1 parent 85b675f commit 2259b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/html/templates/catalog/lists/items-body-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
?>
<?php $this->block()->start( 'catalog/lists/items' ) ?>
<div class="catalog-list-items list" data-infiniteurl="<?= $url ?>"
data-pinned="<?= $enc->attr( $this->session( 'aimeos/catalog/session/pinned/list', [] )) ?>"><!--
data-pinned="<?= $enc->attr( $this->session( 'aimeos/catalog/session/pinned/list', [] ) ) ?>"><!--

<?php foreach( $this->get( 'listProductItems', [] ) as $id => $productItem ) : $firstImage = true ?>
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
?>
<?php $this->block()->start( 'catalog/lists/items' ) ?>
<div class="catalog-list-items" data-infiniteurl="<?= $url ?>"
data-pinned="<?= $enc->attr( $this->session( 'aimeos/catalog/session/pinned/list', [] )) ?>">
data-pinned="<?= $enc->attr( $this->session( 'aimeos/catalog/session/pinned/list', [] ) ) ?>">

<?= $this->partial(
$this->config( 'client/html/common/partials/products', 'common/partials/products-standard' ),
Expand Down

0 comments on commit 2259b73

Please sign in to comment.