Skip to content

Commit 8823f96

Browse files
author
Vaha
committed
Removed extra close tag
1 parent ed4b97e commit 8823f96

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="<?php /* @escapeNotVerified */ echo $block->getBackUrl() ?>">
52-
<span><?php /* @escapeNotVerified */ echo __('Back to Product Reviews') ?></a></span>
52+
<span><?php /* @escapeNotVerified */ echo __('Back to Product Reviews') ?></span>
5353
</a>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)