Skip to content

Commit

Permalink
ENGCOM-1427: Removed extra close tag #14928
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored May 2, 2018
2 parents e177f45 + add6080 commit d8e984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Review/view/frontend/templates/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="actions">
<div class="secondary">
<a class="action back" href="<?= $block->escapeUrl($block->getBackUrl()) ?>">
<span><?= $block->escapeHtml(__('Back to Product Reviews')) ?></a></span>
<span><?= $block->escapeHtml(__('Back to Product Reviews')) ?></span>
</a>
</div>
</div>
Expand Down

0 comments on commit d8e984f

Please sign in to comment.