From 5228cf78543e27de4aebe79d003efc2e0af35922 Mon Sep 17 00:00:00 2001 From: PingusPepan Date: Thu, 29 Sep 2016 10:49:12 +0200 Subject: [PATCH] Fixed unclosed span tag Span tag was unclosed and instead of closing another one was opened --- app/code/Magento/Review/view/frontend/templates/form.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Review/view/frontend/templates/form.phtml b/app/code/Magento/Review/view/frontend/templates/form.phtml index 7c89fd8740c56..bcac1dbca0598 100644 --- a/app/code/Magento/Review/view/frontend/templates/form.phtml +++ b/app/code/Magento/Review/view/frontend/templates/form.phtml @@ -20,7 +20,7 @@ getRatings() && $block->getRatings()->getSize()): ?>
- escapeHtml(__('Your Rating')) ?>
+ escapeHtml(__('Your Rating')) ?>
getRatings() as $_rating): ?>