Skip to content

Commit 65afc1f

Browse files
committed
Fix newlines after comments
1 parent fe36ef5 commit 65afc1f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

view/frontend/templates/component/minicart.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ $loaderImage = $block->getViewFileUrl('images/loader-2.gif');
183183
<div class="actions">
184184
<div class="secondary">
185185
<a class="action viewcart"
186-
href="<?= /* @noEscape */
187-
$block->getUrl('checkout/cart') ?>">
186+
href="<?= /* @noEscape */ $block->getUrl('checkout/cart') ?>">
188187
<span><?= $escaper->escapeHtml(
189188
__('View and Edit Cart')
190189
) ?></span>

0 commit comments

Comments
 (0)