Skip to content

Commit

Permalink
Merge pull request #4445 from magento-arcticfoxes/2.2-develop-pr
Browse files Browse the repository at this point in the history
[arcticfoxes] Bug Fixes
  • Loading branch information
Joan He authored Jul 8, 2019
2 parents df7852f + 28be029 commit e9208d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?php foreach ($_options as $_option) : ?>
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>>
<?= $block->escapeHtml($_formatedOptionValue['value']) ?>
<?php if (isset($_formatedOptionValue['full_view'])) : ?>
<dl class="item options tooltip content">
Expand Down

0 comments on commit e9208d7

Please sign in to comment.