Skip to content

Commit 6ae03ab

Browse files
author
Stanislav Idolov
authored
ENGCOM-1482: [Forwardport] Removed extra close tag #15078
2 parents 9735582 + 46cb916 commit 6ae03ab

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)