Skip to content

Commit 46cb916

Browse files
ENGCOM-1482: [Forwardport] Removed extra close tag #15078
- Merge Pull Request #15078 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14928 - Merged commits: 1. 435650b
2 parents a53347e + 435650b commit 46cb916

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Review/view/frontend/templates

1 file changed

+1
-1
lines changed

app/code/Magento/Review/view/frontend/templates/view.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="actions">
5050
<div class="secondary">
5151
<a class="action back" href="<?= $block->escapeUrl($block->getBackUrl()) ?>">
52-
<span><?= $block->escapeHtml(__('Back to Product Reviews')) ?></a></span>
52+
<span><?= $block->escapeHtml(__('Back to Product Reviews')) ?></span>
5353
</a>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)