Skip to content

Commit

Permalink
ENGCOM-1427: Removed extra close tag #14928
Browse files Browse the repository at this point in the history
 - Merge Pull Request #14928 from Yogeshks/magento2:2.2-develop
 - Merged commits:
   1. 3eee92c
  • Loading branch information
magento-engcom-team committed May 2, 2018
2 parents e177f45 + 3eee92c commit add6080
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 add6080

Please sign in to comment.