Skip to content

Commit

Permalink
ENGCOM-5356: Remove rogue closing tag from store-switcher template #2…
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Jun 26, 2019
2 parents 01e6601 + 364a948 commit 7fc1cf4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<?php if ($block->hasDefaultOption()) : ?>
<li class="store-switcher-all <?php if (!($block->getDefaultSelectionName() != $block->getCurrentSelectionName())) : ?>disabled<?php endif; ?> <?php if (!$block->hasScopeSelected()) : ?>current<?php endif; ?>">
<?php if ($block->getDefaultSelectionName() != $block->getCurrentSelectionName()) : ?>
?>
<a data-role="store-view-id" data-value="" href="#">
<?= $block->escapeHtml($block->getDefaultSelectionName()) ?>
</a>
Expand Down

0 comments on commit 7fc1cf4

Please sign in to comment.